HomeSort by relevance Sort by last modified time
    Searched defs:incWeight (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.cpp 94 incWeight(uint32_t weight, int32_t length, uint32_t maxByte) {
241 if(end>=start || incWeight(end, length, maxByte)==start) {
426 ranges[0].end=setWeightByte(incWeight(ranges[0].start, i-1, maxByte), i, byte-countBytes);
435 ranges[1].start=incWeight(ranges[0].end, minLength, maxByte);
504 ranges[0].start=incWeight(weight, ranges[0].length2, maxByte);
  /external/icu/icu4c/source/i18n/
collationweights.cpp 152 CollationWeights::incWeight(uint32_t weight, int32_t length) const {
306 if(end>=start || incWeight(end, length)==start) {
454 ranges[1].start = incWeight(ranges[0].end, minLength);
533 range.start = incWeight(weight, range.length);
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 139 milliseconds