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

  /external/chromium/third_party/icu/source/i18n/
ucol_tok.h 57 uint32_t nextContCE;
171 uint32_t *nextCE, uint32_t *nextContCE,
ucol_bld.cpp 168 uint32_t *nextCE, uint32_t *nextContCE,
185 *nextContCE = contCE;
188 && (*nextContCE & strengthMask[strength]) == contCE)
191 *nextContCE = (*(CETable+3*(iCE)+1));
288 uint32_t nextCE, nextContCE;
301 nextContCE = SecondCE;
304 && (nextContCE & strengthMask[strength]) == SecondCE)
307 nextContCE = (*(CETable+3*(iCE)+1));
311 lh->nextContCE = nextContCE;
    [all...]
ucol_tok.cpp     [all...]
  /external/icu4c/i18n/
ucol_tok.h 57 uint32_t nextContCE;
172 uint32_t *nextCE, uint32_t *nextContCE,
ucol_bld.cpp 168 uint32_t *nextCE, uint32_t *nextContCE,
185 *nextContCE = contCE;
188 && (*nextContCE & strengthMask[strength]) == contCE)
191 *nextContCE = (*(CETable+3*(iCE)+1));
288 uint32_t nextCE, nextContCE;
301 nextContCE = SecondCE;
304 && (nextContCE & strengthMask[strength]) == SecondCE)
307 nextContCE = (*(CETable+3*(iCE)+1));
311 lh->nextContCE = nextContCE;
    [all...]
ucol_tok.cpp     [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 93 milliseconds