Home
last modified time | relevance | path

Searched refs:firstForCodePoint (Results 1 - 19 of 19) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DCharsDictionaryMatcher.java32 Result result = uct.firstForCodePoint(c); in matches()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsDictionaryMatcher.java32 Result result = uct.firstForCodePoint(c); in matches()
/third_party/icu/icu4c/source/common/
H A Ducharstrie.cpp44 UCharsTrie::firstForCodePoint(UChar32 cp) { in firstForCodePoint() function in UCharsTrie
/third_party/icu/icu4c/source/common/unicode/
H A Ducharstrie.h213 UStringTrieResult firstForCodePoint(UChar32 cp);
/third_party/node/deps/icu-small/source/common/
H A Ducharstrie.cpp44 UCharsTrie::firstForCodePoint(UChar32 cp) { in firstForCodePoint() function in UCharsTrie
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducharstrie.h213 UStringTrieResult firstForCodePoint(UChar32 cp);
/third_party/skia/third_party/externals/icu/source/common/
H A Ducharstrie.cpp44 UCharsTrie::firstForCodePoint(UChar32 cp) { in firstForCodePoint() function in UCharsTrie
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducharstrie.h213 UStringTrieResult firstForCodePoint(UChar32 cp);
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java721 BytesTrie.Result match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
820 suffixes.firstForCodePoint(nextCodePoint()); in nextCE32FromDiscontiguousContraction()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java723 BytesTrie.Result match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
822 suffixes.firstForCodePoint(nextCodePoint()); in nextCE32FromDiscontiguousContraction()
/third_party/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp505 UStringTrieResult match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
612 suffixes.firstForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationiterator.cpp505 UStringTrieResult match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
612 suffixes.firstForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationiterator.cpp505 UStringTrieResult match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
612 suffixes.firstForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
/third_party/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp314 if( (result=trie->firstForCodePoint(0x4dff))!=USTRINGTRIE_NO_VALUE || result!=trie->current() || in TestNextForCodePoint()
845 firstResult=trie.firstForCodePoint(c); in checkFirst()
853 errln("trie.firstForCodePoint(U+%04X)!=trie.reset().nextForCodePoint(same) for %s", in checkFirst()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCharsTrieTest.java259 if( (result=trie.firstForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
747 firstResult=trie.firstForCodePoint(c); in checkFirst()
755 errln(String.format("trie.firstForCodePoint(U+%04X)!=trie.reset().nextForCodePoint(same) for %s", in checkFirst()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCharsTrieTest.java256 if( (result=trie.firstForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
744 firstResult=trie.firstForCodePoint(c); in checkFirst()
752 errln(String.format("trie.firstForCodePoint(U+%04X)!=trie.reset().nextForCodePoint(same) for %s", in checkFirst()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCharsTrie.java214 public Result firstForCodePoint(int cp) { in firstForCodePoint() method in CharsTrie
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCharsTrie.java202 public Result firstForCodePoint(int cp) { in firstForCodePoint() method in CharsTrie
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 25 milliseconds