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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.cpp 115 /* roll over, set this byte to UCOL_BYTE_FIRST_TAILORED and increment the previous one */
116 weight=setWeightByte(weight, length, UCOL_BYTE_FIRST_TAILORED);
127 range->start=setWeightTrail(range->start, length, UCOL_BYTE_FIRST_TAILORED);
227 if(trail>UCOL_BYTE_FIRST_TAILORED) {
228 upper[length].start=setWeightTrail(weight, length, UCOL_BYTE_FIRST_TAILORED);
231 upper[length].count=trail-UCOL_BYTE_FIRST_TAILORED;
323 uint32_t countBytes=maxByte-UCOL_BYTE_FIRST_TAILORED+1;
ucol_imp.h 660 UCOL_BYTE_FIRST_TAILORED = 0x04,
    [all...]

Completed in 30 milliseconds