Searched refs:IsLowSurrogate (Results 1 – 3 of 3) sorted by relevance
102 inline bool IsLowSurrogate(uint16 c) { in IsLowSurrogate() function
762 if (i == text.Length || !char.IsLowSurrogate(text[i])) in WriteString()770 else if (char.IsLowSurrogate(c)) in WriteString()
322 if (haveHighSurrogate != char.IsLowSurrogate(c)) in ReadString()