Home
last modified time | relevance | path

Searched refs:isSupplementaryCodePoint (Results 1 – 22 of 22) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterSurrogateTest.java59 if (UCharacter.isSupplementaryCodePoint(-1)) in TestIsSupplementaryCodePoint()
61 if (UCharacter.isSupplementaryCodePoint(0)) in TestIsSupplementaryCodePoint()
64 .isSupplementaryCodePoint(UCharacter.MIN_SUPPLEMENTARY_CODE_POINT - 1)) in TestIsSupplementaryCodePoint()
67 .isSupplementaryCodePoint(UCharacter.MIN_SUPPLEMENTARY_CODE_POINT)) in TestIsSupplementaryCodePoint()
69 if (!UCharacter.isSupplementaryCodePoint(UCharacter.MAX_CODE_POINT)) in TestIsSupplementaryCodePoint()
71 if (UCharacter.isSupplementaryCodePoint(UCharacter.MAX_CODE_POINT + 1)) in TestIsSupplementaryCodePoint()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterSurrogateTest.java58 if (UCharacter.isSupplementaryCodePoint(-1)) in TestIsSupplementaryCodePoint()
60 if (UCharacter.isSupplementaryCodePoint(0)) in TestIsSupplementaryCodePoint()
63 .isSupplementaryCodePoint(UCharacter.MIN_SUPPLEMENTARY_CODE_POINT - 1)) in TestIsSupplementaryCodePoint()
66 .isSupplementaryCodePoint(UCharacter.MIN_SUPPLEMENTARY_CODE_POINT)) in TestIsSupplementaryCodePoint()
68 if (!UCharacter.isSupplementaryCodePoint(UCharacter.MAX_CODE_POINT)) in TestIsSupplementaryCodePoint()
70 if (UCharacter.isSupplementaryCodePoint(UCharacter.MAX_CODE_POINT + 1)) in TestIsSupplementaryCodePoint()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/
DUnicodeEscaper.java128 index += Character.isSupplementaryCodePoint(cp) ? 2 : 1; in nextEscapeIndex()
222 unescapedChunkStart = index + (Character.isSupplementaryCodePoint(cp) ? 2 : 1); in escapeSlow()
365 index += (Character.isSupplementaryCodePoint(cp) ? 2 : 1); in escape()
/external/guava/guava/src/com/google/common/escape/
DUnicodeEscaper.java123 index += Character.isSupplementaryCodePoint(cp) ? 2 : 1; in nextEscapeIndex()
194 int nextIndex = index + (Character.isSupplementaryCodePoint(cp) ? 2 : 1); in escapeSlow()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java5253 public static final boolean isSupplementaryCodePoint(int cp) { in isSupplementaryCodePoint() method in UCharacter
5254 return Character.isSupplementaryCodePoint(cp); in isSupplementaryCodePoint()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java5900 public static final boolean isSupplementaryCodePoint(int cp) { in isSupplementaryCodePoint() method in UCharacter
5901 return Character.isSupplementaryCodePoint(cp); in isSupplementaryCodePoint()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz12;ICU4J 4.8;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j51.api3.gz
Dicu4j52.api3.gz
Dicu4j49.api3.gz
Dicu4j50.api3.gz
Dicu4j57.api3.gz
Dicu4j55.api3.gz
Dicu4j53.api3.gz
Dicu4j56.api3.gz
Dicu4j54.api3.gz
Dicu4j58.api3.gz
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...