Home
last modified time | relevance | path

Searched refs:compactIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf.patch18 - int32_t compactIndex(int32_t fastILimit, UErrorCode &errorCode);
22 + int32_t compactIndex(int32_t fastILimit, MixedBlocks &mixedBlocks, UErrorCode &errorCode);
398 -int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, UErrorCode &errorCode) {
399 +int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, MixedBlocks &mixedBlocks,
404 @@ -1095,6 +1207,12 @@ int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, UErrorCode &e…
417 @@ -1105,6 +1223,7 @@ int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, UErrorCode &er…
425 @@ -1129,13 +1248,13 @@ int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, UErrorCode &…
441 @@ -1146,6 +1265,7 @@ int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, UErrorCode &er…
449 @@ -1166,6 +1286,18 @@ int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, UErrorCode &e…
468 @@ -1185,8 +1317,7 @@ int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, UErrorCode &er…
[all …]
/third_party/node/deps/icu-small/source/common/
Dumutablecptrie.cpp104 int32_t compactIndex(int32_t fastILimit, MixedBlocks &mixedBlocks, UErrorCode &errorCode);
1195 int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, MixedBlocks &mixedBlocks, in compactIndex() function in __anon484428f90111::MutableCodePointTrie
1571 int32_t indexLength = compactIndex(fastILimit, mixedBlocks, errorCode); in compactTrie()
/third_party/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp104 int32_t compactIndex(int32_t fastILimit, MixedBlocks &mixedBlocks, UErrorCode &errorCode);
1195 int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, MixedBlocks &mixedBlocks, in compactIndex() function in __anon3e5b45780111::MutableCodePointTrie
1571 int32_t indexLength = compactIndex(fastILimit, mixedBlocks, errorCode); in compactTrie()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp99 int32_t compactIndex(int32_t fastILimit, MixedBlocks &mixedBlocks, UErrorCode &errorCode);
1190 int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, MixedBlocks &mixedBlocks, in compactIndex() function in __anon00fc0a6d0111::MutableCodePointTrie
1566 int32_t indexLength = compactIndex(fastILimit, mixedBlocks, errorCode); in compactTrie()
/third_party/icu/icu4c/source/common/
Dumutablecptrie.cpp104 int32_t compactIndex(int32_t fastILimit, MixedBlocks &mixedBlocks, UErrorCode &errorCode);
1195 int32_t MutableCodePointTrie::compactIndex(int32_t fastILimit, MixedBlocks &mixedBlocks, in compactIndex() function in __anonee8a190a0111::MutableCodePointTrie
1571 int32_t indexLength = compactIndex(fastILimit, mixedBlocks, errorCode); in compactTrie()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java1097 private int compactIndex(int fastILimit, MixedBlocks mixedBlocks) { in compactIndex() method in MutableCodePointTrie
1429 int indexLength = compactIndex(fastILimit, mixedBlocks); in compactTrie()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java1089 private int compactIndex(int fastILimit, MixedBlocks mixedBlocks) { in compactIndex() method in MutableCodePointTrie
1421 int indexLength = compactIndex(fastILimit, mixedBlocks); in compactTrie()