Searched refs:isSupplementaryCodePoint (Results 1 – 16 of 16) sorted by relevance
66 if (UCharacter.isSupplementaryCodePoint(-1)) in TestIsSupplementaryCodePoint()68 if (UCharacter.isSupplementaryCodePoint(0)) in TestIsSupplementaryCodePoint()71 .isSupplementaryCodePoint(UCharacter.MIN_SUPPLEMENTARY_CODE_POINT - 1)) in TestIsSupplementaryCodePoint()74 .isSupplementaryCodePoint(UCharacter.MIN_SUPPLEMENTARY_CODE_POINT)) in TestIsSupplementaryCodePoint()76 if (!UCharacter.isSupplementaryCodePoint(UCharacter.MAX_CODE_POINT)) in TestIsSupplementaryCodePoint()78 if (UCharacter.isSupplementaryCodePoint(UCharacter.MAX_CODE_POINT + 1)) in TestIsSupplementaryCodePoint()
63 if (UCharacter.isSupplementaryCodePoint(-1)) in TestIsSupplementaryCodePoint()65 if (UCharacter.isSupplementaryCodePoint(0)) in TestIsSupplementaryCodePoint()68 .isSupplementaryCodePoint(UCharacter.MIN_SUPPLEMENTARY_CODE_POINT - 1)) in TestIsSupplementaryCodePoint()71 .isSupplementaryCodePoint(UCharacter.MIN_SUPPLEMENTARY_CODE_POINT)) in TestIsSupplementaryCodePoint()73 if (!UCharacter.isSupplementaryCodePoint(UCharacter.MAX_CODE_POINT)) in TestIsSupplementaryCodePoint()75 if (UCharacter.isSupplementaryCodePoint(UCharacter.MAX_CODE_POINT + 1)) in TestIsSupplementaryCodePoint()
128 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()
123 index += Character.isSupplementaryCodePoint(cp) ? 2 : 1; in nextEscapeIndex()194 int nextIndex = index + (Character.isSupplementaryCodePoint(cp) ? 2 : 1); in escapeSlow()
6010 public static final boolean isSupplementaryCodePoint(int cp) { in isSupplementaryCodePoint() method in UCharacter6011 return Character.isSupplementaryCodePoint(cp); in isSupplementaryCodePoint()
5359 public static final boolean isSupplementaryCodePoint(int cp) { in isSupplementaryCodePoint() method in UCharacter5360 return Character.isSupplementaryCodePoint(cp); in isSupplementaryCodePoint()
12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
12;ICU4J 61.1;; 2ST@3.6;PB;NS;NF;NS; ...