Home
last modified time | relevance | path

Searched refs:someLength (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp83 int32_t someLength, int32_t minCount);
506 int32_t someLength, int32_t minCount) { in checkAllocWeights() argument
529 if(CollationWeights::lengthOfWeight(w) == someLength) { ++count; } in checkAllocWeights()
535 (long)count, (long)minCount, (int)someLength); in checkAllocWeights()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java571 int n, int someLength, int minCount) { in checkAllocWeights() argument
603 if (CollationWeights.lengthOfWeight(w) == someLength) { in checkAllocWeights()
613 + someLength); in checkAllocWeights()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java575 int n, int someLength, int minCount) { in checkAllocWeights() argument
607 if (CollationWeights.lengthOfWeight(w) == someLength) { in checkAllocWeights()
617 + someLength); in checkAllocWeights()