Home
last modified time | relevance | path

Searched refs:leastCount (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java684 int leastCount = I_LIMIT; in add() local
687 if (refCounts[i] < leastCount) { in add()
689 leastCount = refCounts[i]; in add()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java676 int leastCount = I_LIMIT; in add() local
679 if (refCounts[i] < leastCount) { in add()
681 leastCount = refCounts[i]; in add()
/third_party/node/deps/icu-small/source/common/
Dumutablecptrie.cpp723 int32_t leastCount = I_LIMIT; in add() local
726 if (refCounts[i] < leastCount) { in add()
728 leastCount = refCounts[i]; in add()
/third_party/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp723 int32_t leastCount = I_LIMIT; in add() local
726 if (refCounts[i] < leastCount) { in add()
728 leastCount = refCounts[i]; in add()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp718 int32_t leastCount = I_LIMIT; in add() local
721 if (refCounts[i] < leastCount) { in add()
723 leastCount = refCounts[i]; in add()
/third_party/icu/icu4c/source/common/
Dumutablecptrie.cpp723 int32_t leastCount = I_LIMIT; in add() local
726 if (refCounts[i] < leastCount) { in add()
728 leastCount = refCounts[i]; in add()