Searched refs:ucol_allocWeights (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_wgt.h50 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit,
56 * Given a set of ranges calculated by ucol_allocWeights(),
60 * @param ranges The array of ranges that ucol_allocWeights() filled in.
H A Ducol_wgt.cpp305 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit, function
481 * given a set of ranges calculated by ucol_allocWeights(),
518 rangeCount=ucol_allocWeights(lowerLimit, upperLimit, n, ranges);
H A Ducol_bld.cpp469 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
534 g->noOfRanges = ucol_allocWeights(UCOL_BYTE_UNSHIFTED_MIN<<24, high, count, maxByte, g->ranges);
541 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
/external/icu4c/i18n/
H A Ducol_wgt.h50 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit,
56 * Given a set of ranges calculated by ucol_allocWeights(),
60 * @param ranges The array of ranges that ucol_allocWeights() filled in.
H A Ducol_wgt.cpp318 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit, function
494 * given a set of ranges calculated by ucol_allocWeights(),
531 rangeCount=ucol_allocWeights(lowerLimit, upperLimit, n, ranges);
H A Ducol_bld.cpp470 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
535 g->noOfRanges = ucol_allocWeights(UCOL_BYTE_UNSHIFTED_MIN<<24, high, count, maxByte, g->ranges);
542 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
/external/icu4c/common/unicode/
H A Durename.h688 #define ucol_allocWeights U_ICU_ENTRY_POINT_RENAME(ucol_allocWeights) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h694 #define ucol_allocWeights U_ICU_ENTRY_POINT_RENAME(ucol_allocWeights) macro

Completed in 272 milliseconds