Searched refs:noOfLevels (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 241 uint32_t noOfLevels, in ucol_getBound() argument 260 noOfLevels--; in ucol_getBound() 262 } while (noOfLevels > 0 in ucol_getBound() 266 && noOfLevels > 0) { in ucol_getBound()
|
D | coll.cpp | 643 uint32_t noOfLevels, in getBound() argument 648 … return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status); in getBound()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | coll.cpp | 574 uint32_t noOfLevels, in getBound() argument 579 … return ucol_getBound(source, sourceLength, boundType, noOfLevels, result, resultLength, &status); in getBound()
|
D | ucol.cpp | 6064 uint32_t noOfLevels, in ucol_getBound() argument 6083 noOfLevels--; in ucol_getBound() 6085 } while (noOfLevels > 0 in ucol_getBound() 6089 && noOfLevels > 0) { in ucol_getBound()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | coll.h | 1019 uint32_t noOfLevels,
|
D | ucol.h | 1066 uint32_t noOfLevels,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coll.h | 1053 uint32_t noOfLevels,
|
D | ucol.h | 1082 uint32_t noOfLevels,
|