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

  /external/icu4c/i18n/
ucol_tok.h 57 uint32_t nextContCE;
195 uint32_t *nextCE, uint32_t *nextContCE,
ucol_bld.cpp 174 uint32_t *nextCE, uint32_t *nextContCE,
191 *nextContCE = contCE;
194 && (*nextContCE & strengthMask[strength]) == contCE)
197 *nextContCE = (*(CETable+3*(iCE)+1));
294 uint32_t nextCE, nextContCE;
307 nextContCE = SecondCE;
310 && (nextContCE & strengthMask[strength]) == SecondCE)
313 nextContCE = (*(CETable+3*(iCE)+1));
317 lh->nextContCE = nextContCE;
    [all...]
ucol_tok.cpp     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1086 uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE;
1135 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
    [all...]

Completed in 926 milliseconds