Searched refs:kMinimumSupplementaryCodePoint (Results 1 – 4 of 4) sorted by relevance
19 inline constexpr char32_t kMinimumSupplementaryCodePoint = 0x10000; variable23 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()
49 for (char32_t code_point = kMinimumSupplementaryCodePoint; in TEST()
299 if (code_point < pdfium::kMinimumSupplementaryCodePoint) { in AppendCodePointToWideString()
1207 for (char32_t w = 0; w < pdfium::kMinimumSupplementaryCodePoint; ++w) { in TEST()