Searched refs:noOfLevels (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | CollationKey.java | 420 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/ |
D | CollationKey.java | 409 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/ |
D | ucol.cpp | 244 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()
|
D | coll.cpp | 655 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/ |
D | coll.h | 1066 uint32_t noOfLevels,
|
D | ucol.h | 1114 uint32_t noOfLevels,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 1114 uint32_t noOfLevels,
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1135 …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()
|