Home
last modified time | relevance | path

Searched refs:lowSurrogate (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/java/com/google/flatbuffers/
DUtf8.java156 resultArr[resultPos + 1] = DecodeUtil.lowSurrogate(codepoint); in handleFourBytes()
178 private static char lowSurrogate(int codePoint) { in lowSurrogate() method in Utf8.DecodeUtil
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodings.java442 static int toCodePoint(char highSurrogate, char lowSurrogate) { in toCodePoint() argument
445 + (lowSurrogate - 0xdc00) in toCodePoint()
DToHTMLStream.java1249 int lowSurrogate = ((int) ch) & 0x03FF; in writeAttrURI() local
1252 yyyyyy = yyyyyy | ((lowSurrogate & 0x03C0) >> 6); in writeAttrURI()
1255 int xxxxxx = (lowSurrogate & 0x003F); in writeAttrURI()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLChar.java378 public static char lowSurrogate(int c) { in lowSurrogate() method in XMLChar
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DXMLChar.java758 public static char lowSurrogate(int c) { in lowSurrogate() method in XMLChar