Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_escaping.cc113 inline bool IsSurrogate(uint32 c) { in IsSurrogate() function
244 return *num_left > 0 || (!IsSurrogate(*cp) && IsValidCodePoint(*cp)); in ReadCodePoint()