Home
last modified time | relevance | path

Searched refs:IsValidCodepoint (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/strings/
Dutf_string_conversion_utils.cc29 return IsValidCodepoint(code_point); in ReadUnicodeCharacter()
53 return IsValidCodepoint(*code_point); in ReadUnicodeCharacter()
65 return IsValidCodepoint(*code_point); in ReadUnicodeCharacter()
Dutf_string_conversion_utils.h18 inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint() function
Dstring_util.cc375 !IsValidCodepoint(code_point)) { in TruncateUTF8ToByteSize()
/external/libweave/third_party/chromium/base/strings/
Dutf_string_conversion_utils.h19 inline bool IsValidCodepoint(uint32_t code_point) { in IsValidCodepoint() function
Dutf_string_conversion_utils.cc29 return IsValidCodepoint(code_point); in ReadUnicodeCharacter()