Home
last modified time | relevance | path

Searched refs:MIN_LOW_SURROGATE (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterSurrogateTest.java89 .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 …]
DUTF16Test.java1600 UCharacter.toCodePoint(UCharacter.MAX_HIGH_SURROGATE, UCharacter.MIN_LOW_SURROGATE), in TestNewString()
1611 UCharacter.MIN_LOW_SURROGATE + in TestNewString()
/external/guava/guava-tests/test/com/google/common/escape/
DUnicodeEscaperTest.java32 "" + 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()
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DUtf8Test.java44 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()
/external/guava/guava-tests/test/com/google/common/base/
DUtf8Test.java50 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java5854 public static final char MIN_LOW_SURROGATE = UTF16.TRAIL_SURROGATE_MIN_VALUE; field in UCharacter
5936 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()
DCharSequences.java155 char trail = (char)((offset & 0x3ff) + Character.MIN_LOW_SURROGATE); in compare()
/external/guava/guava-tests/test/com/google/common/hash/
DHashTestUtils.java566 return (char) (Character.MIN_LOW_SURROGATE in randomLowSurrogate()
567 + random.nextInt(Character.MAX_LOW_SURROGATE - Character.MIN_LOW_SURROGATE + 1)); in randomLowSurrogate()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java4334 buffer[1] = (char)((offset & 0x3ff) + Character.MIN_LOW_SURROGATE); in next()
/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/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...