Searched refs:lowSurrogate (Results 1 – 10 of 10) sorted by relevance
158 resultArr[resultPos + 1] = DecodeUtil.lowSurrogate(codepoint); in handleFourBytes()180 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
145 sb7.appendChar16(Character.lowSurrogate(cas), null); in testInsertAppendCodePoint()
142 sb7.appendChar16(Character.lowSurrogate(cas), null); in testInsertAppendCodePoint()
1952 resultArr[resultPos + 1] = DecodeUtil.lowSurrogate(codepoint); in handleFourBytes()1970 private static char lowSurrogate(int codePoint) { in lowSurrogate() method in Utf8.DecodeUtil
758 public static char lowSurrogate(int c) { in lowSurrogate() method in XMLChar
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...