Searched refs:MIN_LOW_SURROGATE (Results 1 – 11 of 11) sorted by relevance
89 .isLowSurrogate((char) (UCharacter.MIN_LOW_SURROGATE - 1))) in TestIsLowSurrogate()91 if (!UCharacter.isLowSurrogate(UCharacter.MIN_LOW_SURROGATE)) in TestIsLowSurrogate()103 UCharacter.MIN_LOW_SURROGATE)) in TestIsSurrogatePair()107 UCharacter.MIN_LOW_SURROGATE)) in TestIsSurrogatePair()110 (char) (UCharacter.MIN_LOW_SURROGATE - 1))) in TestIsSurrogatePair()116 UCharacter.MIN_LOW_SURROGATE)) in TestIsSurrogatePair()131 (char) (UCharacter.MIN_LOW_SURROGATE + 0), in TestToCodePoint()133 (char) (UCharacter.MIN_LOW_SURROGATE + 1), in TestToCodePoint()135 (char) (UCharacter.MIN_LOW_SURROGATE + 2), in TestToCodePoint()156 UCharacter.MIN_LOW_SURROGATE + UCharacter.MIN_LOW_SURROGATE; // isolated in TestCodePointAtBefore()[all …]
1600 UCharacter.toCodePoint(UCharacter.MAX_HIGH_SURROGATE, UCharacter.MIN_LOW_SURROGATE), in TestNewString()1611 UCharacter.MIN_LOW_SURROGATE + in TestNewString()
32 "" + Character.MIN_HIGH_SURROGATE + Character.MIN_LOW_SURROGATE;140 String.valueOf(Character.MIN_LOW_SURROGATE), in testBadStrings()141 Character.MIN_LOW_SURROGATE + "xyz", in testBadStrings()142 "abc" + Character.MIN_LOW_SURROGATE, in testBadStrings()143 "abc" + Character.MIN_LOW_SURROGATE + "xyz", in testBadStrings()
44 newString(Character.MIN_HIGH_SURROGATE, Character.MIN_LOW_SURROGATE))); in testEncodedLength_validStrings()50 testEncodedLengthFails(newString(Character.MIN_LOW_SURROGATE), 0); in testEncodedLength_invalidStrings()51 testEncodedLengthFails("foobar" + newString(Character.MIN_LOW_SURROGATE), 6); in testEncodedLength_invalidStrings()
50 newString(Character.MIN_HIGH_SURROGATE, Character.MIN_LOW_SURROGATE))); in testEncodedLength_validStrings()89 testEncodedLengthFails(newString(Character.MIN_LOW_SURROGATE), 0); in testEncodedLength_invalidStrings()90 testEncodedLengthFails("foobar" + newString(Character.MIN_LOW_SURROGATE), 6); in testEncodedLength_invalidStrings()
5854 public static final char MIN_LOW_SURROGATE = UTF16.TRAIL_SURROGATE_MIN_VALUE; field in UCharacter5936 return ch >= MIN_LOW_SURROGATE && ch <= MAX_LOW_SURROGATE; in isLowSurrogate()6203 while (ch >= MIN_LOW_SURROGATE && ch <= MAX_LOW_SURROGATE && limit > start) { in codePointCount()6232 while (ch >= MIN_LOW_SURROGATE && ch <= MAX_LOW_SURROGATE && limit > start) { in codePointCount()6260 while (ch >= MIN_LOW_SURROGATE && ch <= MAX_LOW_SURROGATE && index > 0) { in offsetByCodePoints()6275 if (ch < MIN_LOW_SURROGATE || ch > MAX_LOW_SURROGATE) { in offsetByCodePoints()6315 while (ch >= MIN_LOW_SURROGATE && ch <= MAX_LOW_SURROGATE && index > start) { in offsetByCodePoints()6334 if (ch < MIN_LOW_SURROGATE || ch > MAX_LOW_SURROGATE) { in offsetByCodePoints()
155 char trail = (char)((offset & 0x3ff) + Character.MIN_LOW_SURROGATE); in compare()
566 return (char) (Character.MIN_LOW_SURROGATE in randomLowSurrogate()567 + random.nextInt(Character.MAX_LOW_SURROGATE - Character.MIN_LOW_SURROGATE + 1)); in randomLowSurrogate()
4334 buffer[1] = (char)((offset & 0x3ff) + Character.MIN_LOW_SURROGATE); in next()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...