Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_escaping.cc90 inline bool IsHighSurrogate(uint16 c) { in IsHighSurrogate() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonTokenizer.cs326 haveHighSurrogate = char.IsHighSurrogate(c); in ReadString()
DJsonFormatter.cs743 if (char.IsHighSurrogate(c)) in WriteString()