Home
last modified time | relevance | path

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

/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