Home
last modified time | relevance | path

Searched refs:kMinimumSupplementaryCodePoint (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Dutf16.h19 inline constexpr char32_t kMinimumSupplementaryCodePoint = 0x10000; variable
23 kMinimumSupplementaryCodePoint +
44 return code_point >= kMinimumSupplementaryCodePoint && in IsSupplementary()
85 return kMinimumSupplementaryCodePoint + code_point; in ToCodePoint()
90 code_point -= kMinimumSupplementaryCodePoint; in GetHighSurrogate()
96 code_point -= kMinimumSupplementaryCodePoint; in GetLowSurrogate()
Dutf16_unittest.cpp49 for (char32_t code_point = kMinimumSupplementaryCodePoint; in TEST()
Dwidestring.cpp299 if (code_point < pdfium::kMinimumSupplementaryCodePoint) { in AppendCodePointToWideString()
Dwidestring_unittest.cpp1207 for (char32_t w = 0; w < pdfium::kMinimumSupplementaryCodePoint; ++w) { in TEST()