Searched refs:lowSurrogate (Results 1 – 5 of 5) sorted by relevance
156 resultArr[resultPos + 1] = DecodeUtil.lowSurrogate(codepoint); in handleFourBytes()178 private static char lowSurrogate(int codePoint) { in lowSurrogate() method in Utf8.DecodeUtil
442 static int toCodePoint(char highSurrogate, char lowSurrogate) { in toCodePoint() argument445 + (lowSurrogate - 0xdc00) in toCodePoint()
1249 int lowSurrogate = ((int) ch) & 0x03FF; in writeAttrURI() local1252 yyyyyy = yyyyyy | ((lowSurrogate & 0x03C0) >> 6); in writeAttrURI()1255 int xxxxxx = (lowSurrogate & 0x003F); in writeAttrURI()
378 public static char lowSurrogate(int c) { in lowSurrogate() method in XMLChar
758 public static char lowSurrogate(int c) { in lowSurrogate() method in XMLChar