Home
last modified time | relevance | path

Searched refs:noOfLevels (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationKey.java420 public CollationKey getBound(int boundType, int noOfLevels) in getBound() argument
427 if (noOfLevels > Collator.PRIMARY) { in getBound()
432 noOfLevels --; in getBound()
433 if (noOfLevels == Collator.PRIMARY in getBound()
442 if (noOfLevels > 0) { in getBound()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationKey.java409 public CollationKey getBound(int boundType, int noOfLevels) in getBound() argument
416 if (noOfLevels > Collator.PRIMARY) { in getBound()
421 noOfLevels --; in getBound()
422 if (noOfLevels == Collator.PRIMARY in getBound()
431 if (noOfLevels > 0) { in getBound()
/external/icu/icu4c/source/i18n/
Ducol.cpp244 uint32_t noOfLevels, in ucol_getBound() argument
263 noOfLevels--; in ucol_getBound()
265 } while (noOfLevels > 0 in ucol_getBound()
269 && noOfLevels > 0) { in ucol_getBound()
Dcoll.cpp655 uint32_t noOfLevels, in getBound() argument
660 … return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status); in getBound()
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h1066 uint32_t noOfLevels,
Ducol.h1114 uint32_t noOfLevels,
/external/icu/libandroidicu/include/unicode/
Ducol.h1114 uint32_t noOfLevels,
/external/icu/libandroidicu/static_shim/
Dshim.cpp1135 …t8_t * source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t * resul… in ucol_getBound_android() argument
1136 return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, status); in ucol_getBound_android()