Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <limits>
#include "build/build_config.h"
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/utf16.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/base/containers/span.h"
Go to the source code of this file.
Functions | |
char * | TerminatedFloatToString (float value, pdfium::span< char > buf) |
char * | TerminatedDoubleToString (double value, pdfium::span< char > buf) |
TEST (fxstring, FXUTF8Encode) | |
TEST (fxstring, FXUTF8EncodeSupplementary) | |
TEST (fxstring, ByteStringToFloat) | |
TEST (fxstring, WideStringToFloat) | |
TEST (fxstring, FloatToString) | |
TEST (fxstring, ByteStringToDouble) | |
TEST (fxstring, WideStringToDouble) | |
TEST (fxstring, DoubleToString) | |
TEST (fxstring, SplitByteString) | |
TEST (fxstring, SplitByteStringView) | |
TEST (fxstring, SplitWideString) | |
TEST (fxstring, SplitWideStringView) | |
TEST (fxstring, ByteStringSplitEfficiency) | |
TEST (fxstring, ByteStringViewSplitEfficiency) | |
TEST (fxstring, WideStringSplitEfficiency) | |
TEST (fxstring, WideStringViewSplitEfficiency) | |
char * TerminatedDoubleToString | ( | double | value, |
pdfium::span< char > | buf ) |
Definition at line 19 of file fx_string_unittest.cpp.
char * TerminatedFloatToString | ( | float | value, |
pdfium::span< char > | buf ) |
Definition at line 13 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
ByteStringSplitEfficiency | ) |
Definition at line 431 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
ByteStringToDouble | ) |
Definition at line 151 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
ByteStringToFloat | ) |
Definition at line 67 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
ByteStringViewSplitEfficiency | ) |
Definition at line 441 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
DoubleToString | ) |
Definition at line 197 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
FloatToString | ) |
Definition at line 113 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
FXUTF8Encode | ) |
Definition at line 25 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
FXUTF8EncodeSupplementary | ) |
Definition at line 46 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
SplitByteString | ) |
Definition at line 235 of file fx_string_unittest.cpp.
References fxcrt::ByteString::ByteString().
TEST | ( | fxstring | , |
SplitByteStringView | ) |
Definition at line 284 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
SplitWideString | ) |
Definition at line 333 of file fx_string_unittest.cpp.
References fxcrt::WideString::WideString().
TEST | ( | fxstring | , |
SplitWideStringView | ) |
Definition at line 382 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
WideStringSplitEfficiency | ) |
Definition at line 451 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
WideStringToDouble | ) |
Definition at line 174 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
WideStringToFloat | ) |
Definition at line 90 of file fx_string_unittest.cpp.
TEST | ( | fxstring | , |
WideStringViewSplitEfficiency | ) |
Definition at line 461 of file fx_string_unittest.cpp.