Home
last modified time | relevance | path

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

/external/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.cc466 if (!coerce_to_utf8_ && !IsValidCodePoint(code)) { in ParseUnicodeEscape()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h865 inline bool IsValidCodePoint(uint32 code_point) { in IsValidCodePoint() function