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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.cpp 52 getWeightTrail(uint32_t weight, int32_t length) {
64 return getWeightTrail(weight, idx); /* same calculation */
200 trail=getWeightTrail(weight, length);
213 trail=getWeightTrail(weight, length);
250 (int32_t)(getWeightTrail(end, length)-getWeightTrail(start, length)+1+
  /external/icu4c/i18n/
ucol_wgt.cpp 52 getWeightTrail(uint32_t weight, int32_t length) {
64 return getWeightTrail(weight, idx); /* same calculation */
213 trail=getWeightTrail(weight, length);
226 trail=getWeightTrail(weight, length);
263 (int32_t)(getWeightTrail(end, length)-getWeightTrail(start, length)+1+

Completed in 2568 milliseconds