Home
last modified time | relevance | path

Searched refs:firstForCodePoint (Results 1 – 17 of 17) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsDictionaryMatcher.java32 Result result = uct.firstForCodePoint(c); in matches()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducharstrie.h177 UStringTrieResult firstForCodePoint(UChar32 cp);
/third_party/node/deps/icu-small/source/common/unicode/
Ducharstrie.h213 UStringTrieResult firstForCodePoint(UChar32 cp);
/third_party/icu/icu4c/source/common/unicode/
Ducharstrie.h215 UStringTrieResult firstForCodePoint(UChar32 cp);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducharstrie.h213 UStringTrieResult firstForCodePoint(UChar32 cp);
/third_party/node/deps/icu-small/source/common/
Ducharstrie.cpp44 UCharsTrie::firstForCodePoint(UChar32 cp) { in firstForCodePoint() function in UCharsTrie
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducharstrie.cpp44 UCharsTrie::firstForCodePoint(UChar32 cp) { in firstForCodePoint() function in UCharsTrie
/third_party/skia/third_party/externals/icu/source/common/
Ducharstrie.cpp44 UCharsTrie::firstForCodePoint(UChar32 cp) { in firstForCodePoint() function in UCharsTrie
/third_party/icu/icu4c/source/common/
Ducharstrie.cpp44 UCharsTrie::firstForCodePoint(UChar32 cp) { in firstForCodePoint() function in UCharsTrie
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationIterator.java723 BytesTrie.Result match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
822 suffixes.firstForCodePoint(nextCodePoint()); in nextCE32FromDiscontiguousContraction()
/third_party/node/deps/icu-small/source/i18n/
Dcollationiterator.cpp505 UStringTrieResult match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
612 suffixes.firstForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
/third_party/icu/icu4c/source/i18n/
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/
Dcollationiterator.cpp505 UStringTrieResult match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
612 suffixes.firstForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationiterator.cpp505 UStringTrieResult match = suffixes.firstForCodePoint(c); in nextCE32FromContraction()
612 suffixes.firstForCodePoint(nextCodePoint(errorCode)); in nextCE32FromDiscontiguousContraction()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DCharsTrieTest.java259 …if( (result=trie.firstForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
747 firstResult=trie.firstForCodePoint(c); in checkFirst()
/third_party/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp314 if( (result=trie->firstForCodePoint(0x4dff))!=USTRINGTRIE_NO_VALUE || result!=trie->current() || in TestNextForCodePoint()
845 firstResult=trie.firstForCodePoint(c); in checkFirst()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrie.java202 public Result firstForCodePoint(int cp) { in firstForCodePoint() method in CharsTrie