Searched defs:isHighSurrogate (Results 1 - 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DXMLChar.java767 public static boolean isHighSurrogate(int c) { method in class:XMLChar
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLChar.java387 public static boolean isHighSurrogate(int c) { method in class:XMLChar
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java5925 public static boolean isHighSurrogate(char ch) { method in class:UCharacter
5948 return isHighSurrogate(high) && isLowSurrogate(low);
5987 if (isHighSurrogate(c1)) {
6009 if (isHighSurrogate(c1)) {
6035 if (isHighSurrogate(c1)) {
6060 if (isHighSurrogate(c1)) {
6082 if (isHighSurrogate(c1)) {
6108 if (isHighSurrogate(c1)) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1396 milliseconds