Searched refs:IsValidCodepoint (Results 1 – 6 of 6) sorted by relevance
72 if (!IsValidCodepoint(code_point)) { in DoUTFConversion()91 if (!CBU16_IS_SINGLE(in) || !IsValidCodepoint(in)) { in DoUTFConversion()107 if (!IsValidCodepoint(code_point)) { in DoUTFConversion()
30 return IsValidCodepoint(code_point); in ReadUnicodeCharacter()53 return IsValidCodepoint(*code_point); in ReadUnicodeCharacter()
18 inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint() function
312 if (!IsValidCharacter(code_point) || !IsValidCodepoint(code_point)) { in TruncateUTF8ToByteSize()
42 inline bool IsValidCodepoint(char32 c) { in IsValidCodepoint() function
367 if (UniLib::IsValidCodepoint(c)) { in push_back()