Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc102 inline bool IsLowSurrogate(uint16 c) { in IsLowSurrogate() function
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs762 if (i == text.Length || !char.IsLowSurrogate(text[i])) in WriteString()
770 else if (char.IsLowSurrogate(c)) in WriteString()
DJsonTokenizer.cs322 if (haveHighSurrogate != char.IsLowSurrogate(c)) in ReadString()