Searched refs:IsValidCodepoint (Results 1 – 8 of 8) sorted by relevance
29 return IsValidCodepoint(code_point); in ReadUnicodeCharacter()53 return IsValidCodepoint(*code_point); in ReadUnicodeCharacter()65 return IsValidCodepoint(*code_point); in ReadUnicodeCharacter()
15 inline bool IsValidCodepoint(uint32 code_point) { in IsValidCodepoint() function
282 !base::IsValidCodepoint(code_point)) { in TruncateUTF8ToByteSize()
232 !IsValidCodepoint(code_point)) { in TruncateUTF8ToByteSize()
42 inline bool IsValidCodepoint(char32 c) { in IsValidCodepoint() function
363 if (UniLib::IsValidCodepoint(c)) { in push_back()