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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 57 uint32_t nextContCE;
195 uint32_t *nextCE, uint32_t *nextContCE,
ucol_bld.cpp 172 uint32_t *nextCE, uint32_t *nextContCE,
189 *nextContCE = contCE;
192 && (*nextContCE & strengthMask[strength]) == contCE)
195 *nextContCE = (*(CETable+3*(iCE)+1));
292 uint32_t nextCE, nextContCE;
305 nextContCE = SecondCE;
308 && (nextContCE & strengthMask[strength]) == SecondCE)
311 nextContCE = (*(CETable+3*(iCE)+1));
315 lh->nextContCE = nextContCE;
    [all...]
ucol_tok.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 1095 uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE;
1150 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
    [all...]

Completed in 38 milliseconds