Home
last modified time | relevance | path

Searched refs:leastCount (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java684 int leastCount = I_LIMIT; in add()
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/
H A DMutableCodePointTrie.java676 int leastCount = I_LIMIT; in add()
679 if (refCounts[i] < leastCount) { in add()
681 leastCount = refCounts[i]; in add()
/third_party/icu/icu4c/source/common/
H A 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/node/deps/icu-small/source/common/
H A 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/
H A Dumutablecptrie.cpp723 int32_t leastCount = I_LIMIT; in add() local
726 if (refCounts[i] < leastCount) { in add()
728 leastCount = refCounts[i]; in add()

Completed in 15 milliseconds