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

  /external/chromium/third_party/icu/source/i18n/
ucol_tok.cpp     [all...]
ucol_tok.h 55 uint32_t baseContCE;
ucol_bld.cpp 254 uint32_t SecondCE = lh->baseContCE;
285 uint32_t SecondCE = lh->baseContCE;
346 t2 = lh->baseContCE & UCOL_REMOVE_CONTINUATION;
360 //} else if(lh->baseCE == UCOL_RESET_TOP_VALUE && lh->baseContCE == 0) {
363 t2 = lh->baseContCE&UCOL_REMOVE_CONTINUATION;
416 t2 = lh->baseContCE;
758 fprintf(stderr, "BaseCE: %08X %08X\n", lh->baseCE, lh->baseContCE);
785 CEparts[UCOL_PRIMARY] = (lh->baseCE & UCOL_PRIMARYMASK) | (lh->baseContCE & UCOL_PRIMARYMASK) >> 16;
786 CEparts[UCOL_SECONDARY] = (lh->baseCE & UCOL_SECONDARYMASK) << 16 | (lh->baseContCE & UCOL_SECONDARYMASK) << 8;
787 CEparts[UCOL_TERTIARY] = (UCOL_TERTIARYORDER(lh->baseCE)) << 24 | (UCOL_TERTIARYORDER(lh->baseContCE)) << 16
    [all...]
  /external/icu4c/i18n/
ucol_tok.cpp     [all...]
ucol_tok.h 55 uint32_t baseContCE;
ucol_bld.cpp 254 uint32_t SecondCE = lh->baseContCE;
285 uint32_t SecondCE = lh->baseContCE;
346 t2 = lh->baseContCE & UCOL_REMOVE_CONTINUATION;
360 //} else if(lh->baseCE == UCOL_RESET_TOP_VALUE && lh->baseContCE == 0) {
363 t2 = lh->baseContCE&UCOL_REMOVE_CONTINUATION;
416 t2 = lh->baseContCE;
758 fprintf(stderr, "BaseCE: %08X %08X\n", lh->baseCE, lh->baseContCE);
785 CEparts[UCOL_PRIMARY] = (lh->baseCE & UCOL_PRIMARYMASK) | (lh->baseContCE & UCOL_PRIMARYMASK) >> 16;
786 CEparts[UCOL_SECONDARY] = (lh->baseCE & UCOL_SECONDARYMASK) << 16 | (lh->baseContCE & UCOL_SECONDARYMASK) << 8;
787 CEparts[UCOL_TERTIARY] = (UCOL_TERTIARYORDER(lh->baseCE)) << 24 | (UCOL_TERTIARYORDER(lh->baseContCE)) << 16
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 1076 uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE;
1120 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1076 uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE;
1123 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
    [all...]

Completed in 364 milliseconds