HomeSort by relevance Sort by last modified time
    Searched refs:ucol_allocWeights (Results 1 - 8 of 8) sorted by null

  /external/icu4c/i18n/
ucol_wgt.h 50 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.
ucol_wgt.cpp 318 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit,
494 * given a set of ranges calculated by ucol_allocWeights(),
531 rangeCount=ucol_allocWeights(lowerLimit, upperLimit, n, ranges);
ucol_bld.cpp 467 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
532 g->noOfRanges = ucol_allocWeights(UCOL_BYTE_UNSHIFTED_MIN<<24, high, count, maxByte, g->ranges);
539 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 546 #define ucol_allocWeights ucol_allocWeights_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 546 #define ucol_allocWeights ucol_allocWeights_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 546 #define ucol_allocWeights ucol_allocWeights_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 546 #define ucol_allocWeights ucol_allocWeights_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 2306 milliseconds