Home
last modified time | relevance | path

Searched refs:IsValidCodePoint (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc89 inline bool IsValidCodePoint(uint32 cp) { in IsValidCodePoint() function
187 return *num_left > 0 || (!IsSurrogate(*cp) && IsValidCodePoint(*cp)); in ReadCodePoint()
Djson_stream_parser.cc514 if (!coerce_to_utf8_ && !IsValidCodePoint(code)) { in ParseUnicodeEscape()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h864 inline bool IsValidCodePoint(uint32 code_point) { in IsValidCodePoint() function