Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf.patch17 - int32_t compactData(int32_t fastILimit, uint32_t *newData, int32_t dataNullIndex);
21 + int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode);
305 - uint32_t *newData, int32_t dataNullIndex) {
308 + int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode) {
354 - i == dataNullIndex && i >= fastILimit && n < fastLength &&
357 + while (n >= 0 && i == dataNullIndex && i >= fastILimit && n < fastLength &&
568 int32_t dataNullIndex = allSameBlocks.findMostUsed();
569 - int32_t newDataLength = compactData(fastILimit, newData, dataNullIndex);
573 + dataNullIndex, mixedBlocks, errorCode);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java1023 int fastILimit, int[] newData, int dataNullIndex, MixedBlocks mixedBlocks) { in compactData() argument
1058 while (n >= 0 && i == dataNullIndex && i >= fastILimit && n < fastLength && in compactData()
1409 int dataNullIndex = allSameBlocks.findMostUsed(); in compactTrie() local
1412 int newDataLength = compactData(fastILimit, newData, dataNullIndex, mixedBlocks); in compactTrie()
1422 if (dataNullIndex >= 0) { in compactTrie()
1423 dataNullOffset = index[dataNullIndex]; in compactTrie()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java1015 int fastILimit, int[] newData, int dataNullIndex, MixedBlocks mixedBlocks) { in compactData() argument
1050 while (n >= 0 && i == dataNullIndex && i >= fastILimit && n < fastLength && in compactData()
1401 int dataNullIndex = allSameBlocks.findMostUsed(); in compactTrie() local
1404 int newDataLength = compactData(fastILimit, newData, dataNullIndex, mixedBlocks); in compactTrie()
1414 if (dataNullIndex >= 0) { in compactTrie()
1415 dataNullOffset = index[dataNullIndex]; in compactTrie()
/third_party/node/deps/icu-small/source/common/
Dumutablecptrie.cpp103 int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode);
1084 int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode) { in compactData() argument
1137 while (n >= 0 && i == dataNullIndex && i >= fastILimit && n < fastLength && in compactData()
1541 int32_t dataNullIndex = allSameBlocks.findMostUsed(); in compactTrie() local
1545 dataNullIndex, mixedBlocks, errorCode); in compactTrie()
1558 if (dataNullIndex >= 0) { in compactTrie()
1559 dataNullOffset = index[dataNullIndex]; in compactTrie()
/third_party/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp103 int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode);
1084 int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode) { in compactData() argument
1137 while (n >= 0 && i == dataNullIndex && i >= fastILimit && n < fastLength && in compactData()
1541 int32_t dataNullIndex = allSameBlocks.findMostUsed(); in compactTrie() local
1545 dataNullIndex, mixedBlocks, errorCode); in compactTrie()
1558 if (dataNullIndex >= 0) { in compactTrie()
1559 dataNullOffset = index[dataNullIndex]; in compactTrie()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp98 int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode);
1079 int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode) { in compactData() argument
1132 while (n >= 0 && i == dataNullIndex && i >= fastILimit && n < fastLength && in compactData()
1536 int32_t dataNullIndex = allSameBlocks.findMostUsed(); in compactTrie() local
1540 dataNullIndex, mixedBlocks, errorCode); in compactTrie()
1553 if (dataNullIndex >= 0) { in compactTrie()
1554 dataNullOffset = index[dataNullIndex]; in compactTrie()
/third_party/icu/icu4c/source/common/
Dumutablecptrie.cpp103 int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode);
1084 int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode) { in compactData() argument
1137 while (n >= 0 && i == dataNullIndex && i >= fastILimit && n < fastLength && in compactData()
1541 int32_t dataNullIndex = allSameBlocks.findMostUsed(); in compactTrie() local
1545 dataNullIndex, mixedBlocks, errorCode); in compactTrie()
1558 if (dataNullIndex >= 0) { in compactTrie()
1559 dataNullOffset = index[dataNullIndex]; in compactTrie()