Home
last modified time | relevance | path

Searched refs:getTrailSurrogate (Results 1 – 25 of 42) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
DTestUCharacterIterator.java116 UTF16.getTrailSurrogate(ch) != iterator.next()) { in TestIteration()
136 UTF16.getTrailSurrogate(ch) != iterator.previous()) { in TestIteration()
271 UTF16.getLeadSurrogate(0x2f999), UTF16.getTrailSurrogate(0x2f999), in TestPreviousNext()
272 UTF16.getLeadSurrogate(0x1d15f), UTF16.getTrailSurrogate(0x1d15f), in TestPreviousNext()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
DTestUCharacterIterator.java113 UTF16.getTrailSurrogate(ch) != iterator.next()) { in TestIteration()
133 UTF16.getTrailSurrogate(ch) != iterator.previous()) { in TestIteration()
268 UTF16.getLeadSurrogate(0x2f999), UTF16.getTrailSurrogate(0x2f999), in TestPreviousNext()
269 UTF16.getLeadSurrogate(0x1d15f), UTF16.getTrailSurrogate(0x1d15f), in TestPreviousNext()
/external/cldr/tools/java/org/unicode/cldr/util/
DUtf8StringByteConverter.java100 b = UTF16.getTrailSurrogate(cp); in fromBytes()
DCldrUtility.java744 int trailX = UTF16.getTrailSurrogate(it.codepoint); in toRegex()
746 int trailY = UTF16.getTrailSurrogate(it.codepointEnd); in toRegex()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java658 public static char getTrailSurrogate(int char32) { in getTrailSurrogate() method in UTF16
1031 target.append(getTrailSurrogate(char32)); in append()
1071 target[limit++] = getTrailSurrogate(char32); in append()
2709 result.append(getTrailSurrogate(ch)); in toString()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUTF16.java625 public static char getTrailSurrogate(int char32) { in getTrailSurrogate() method in UTF16
987 target.append(getTrailSurrogate(char32)); in append()
1025 target[limit++] = getTrailSurrogate(char32); in append()
2622 result.append(getTrailSurrogate(ch)); in toString()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF32.java151 char32 = UTF16.getTrailSurrogate(char32); in decodeLoop()
DCharsetBOCU1.java1015 target.put(UTF16.getTrailSurrogate(c)); in afterGetTrail()
1025 charErrorBufferArray[0] = UTF16.getTrailSurrogate(c); in afterGetTrail()
DCharsetUTF16.java303 char trail = UTF16.getTrailSurrogate(fromUChar32); in encodeChar()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrieIterator.java265 if (UTF16.getTrailSurrogate(m_nextCodepoint_) in calculateNextSupplementaryElement()
DPunycode.java431 dest.insert(codeUnitIndex+1, UTF16.getTrailSurrogate(n)); in decode()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTrieIterator.java266 if (UTF16.getTrailSurrogate(m_nextCodepoint_) in calculateNextSupplementaryElement()
DPunycode.java433 dest.insert(codeUnitIndex+1, UTF16.getTrailSurrogate(n)); in decode()
DNormalizer2Impl.java2039 sb.setCharAt(starter+1, UTF16.getTrailSurrogate(composite)); in recompose()
2053 sb.insert(starter+1, UTF16.getTrailSurrogate(composite)); in recompose()
/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeSetFormat.java85 codePoint = UTF16.getTrailSurrogate(codePoint); in appendQuoted()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java169 next(UTF16.getTrailSurrogate(cp)) : in firstForCodePoint()
212 next(UTF16.getTrailSurrogate(cp)) : in nextForCodePoint()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCharsTrie.java161 next(UTF16.getTrailSurrogate(cp)) : in firstForCodePoint()
202 next(UTF16.getTrailSurrogate(cp)) : in nextForCodePoint()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieTest.java173 char trail = UTF16.getTrailSurrogate(c); in _testTrieIteration()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieTest.java170 char trail = UTF16.getTrailSurrogate(c); in _testTrieIteration()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterSurrogateTest.java158 || pairs[i + 1] != UTF16.getTrailSurrogate(cp)) { in TestToCodePoint()
DUTF16Test.java491 UTF16.getTrailSurrogate(0x61) != 0x61 || in TestGetCharCountSurrogate()
495 UTF16.getTrailSurrogate(0x10000) != 0xdc00 || in TestGetCharCountSurrogate()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterSurrogateTest.java155 || pairs[i + 1] != UTF16.getTrailSurrogate(cp)) { in TestToCodePoint()
DUTF16Test.java488 UTF16.getTrailSurrogate(0x61) != 0x61 || in TestGetCharCountSurrogate()
492 UTF16.getTrailSurrogate(0x10000) != 0xdc00 || in TestGetCharCountSurrogate()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java1259 UTF16.getLeadSurrogate(0x2f999), UTF16.getTrailSurrogate(0x2f999), in TestPreviousNext()
1260 UTF16.getLeadSurrogate(0x1d15f), UTF16.getTrailSurrogate(0x1d15f), in TestPreviousNext()
1344 UTF16.getLeadSurrogate(0x2f999), UTF16.getTrailSurrogate(0x2f999), in TestPreviousNextJCI()
1345 UTF16.getLeadSurrogate(0x1d15f), UTF16.getTrailSurrogate(0x1d15f), in TestPreviousNextJCI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java1262 UTF16.getLeadSurrogate(0x2f999), UTF16.getTrailSurrogate(0x2f999), in TestPreviousNext()
1263 UTF16.getLeadSurrogate(0x1d15f), UTF16.getTrailSurrogate(0x1d15f), in TestPreviousNext()
1347 UTF16.getLeadSurrogate(0x2f999), UTF16.getTrailSurrogate(0x2f999), in TestPreviousNextJCI()
1348 UTF16.getLeadSurrogate(0x1d15f), UTF16.getTrailSurrogate(0x1d15f), in TestPreviousNextJCI()

12