Searched refs:IsValidCodepoint (Results 1 – 5 of 5) sorted by relevance
29 return IsValidCodepoint(code_point); in ReadUnicodeCharacter()53 return IsValidCodepoint(*code_point); in ReadUnicodeCharacter()65 return IsValidCodepoint(*code_point); in ReadUnicodeCharacter()
18 inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint() function
375 !IsValidCodepoint(code_point)) { in TruncateUTF8ToByteSize()
19 inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint() function
29 return IsValidCodepoint(code_point); in ReadUnicodeCharacter()