Home
last modified time | relevance | path

Searched refs:findHighStart (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2Writable.java660 private int findHighStart(int highValue) { in findHighStart() method in Trie2Writable
932 localHighStart=findHighStart(highValue); in compactTrie()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTrie2Writable.java662 private int findHighStart(int highValue) { in findHighStart() method in Trie2Writable
934 localHighStart=findHighStart(highValue); in compactTrie()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutrie2_builder.cpp942 findHighStart(UNewTrie2 *trie, uint32_t highValue) { in findHighStart() function
1236 highStart=findHighStart(newTrie, highValue); in compactTrie()
Dumutablecptrie.cpp94 UChar32 findHighStart() const;
659 UChar32 MutableCodePointTrie::findHighStart() const { in findHighStart() function in __anon00fc0a6d0111::MutableCodePointTrie
1490 int32_t realHighStart = findHighStart(); in compactTrie()
/third_party/skia/third_party/externals/icu/source/common/
Dutrie2_builder.cpp944 findHighStart(UNewTrie2 *trie, uint32_t highValue) { in findHighStart() function
1238 highStart=findHighStart(newTrie, highValue); in compactTrie()
Dumutablecptrie.cpp99 UChar32 findHighStart() const;
664 UChar32 MutableCodePointTrie::findHighStart() const { in findHighStart() function in __anon3e5b45780111::MutableCodePointTrie
1495 int32_t realHighStart = findHighStart(); in compactTrie()
/third_party/icu/icu4c/source/common/
Dutrie2_builder.cpp944 findHighStart(UNewTrie2 *trie, uint32_t highValue) { in findHighStart() function
1238 highStart=findHighStart(newTrie, highValue); in compactTrie()
Dumutablecptrie.cpp99 UChar32 findHighStart() const;
664 UChar32 MutableCodePointTrie::findHighStart() const { in findHighStart() function in __anonee8a190a0111::MutableCodePointTrie
1495 int32_t realHighStart = findHighStart(); in compactTrie()
/third_party/node/deps/icu-small/source/common/
Dutrie2_builder.cpp944 findHighStart(UNewTrie2 *trie, uint32_t highValue) { in findHighStart() function
1238 highStart=findHighStart(newTrie, highValue); in compactTrie()
Dumutablecptrie.cpp99 UChar32 findHighStart() const;
664 UChar32 MutableCodePointTrie::findHighStart() const { in findHighStart() function in __anon484428f90111::MutableCodePointTrie
1495 int32_t realHighStart = findHighStart(); in compactTrie()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java624 private int findHighStart() { in findHighStart() method in MutableCodePointTrie
1377 int realHighStart = findHighStart(); in compactTrie()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java616 private int findHighStart() { in findHighStart() method in MutableCodePointTrie
1369 int realHighStart = findHighStart(); in compactTrie()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf.patch15 UChar32 findHighStart() const;