Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc90 inline bool IsHighSurrogate(uint16 c) { in IsHighSurrogate() function
/external/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs326 haveHighSurrogate = char.IsHighSurrogate(c); in ReadString()
DJsonFormatter.cs757 if (char.IsHighSurrogate(c)) in WriteString()