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 171 uint32_t *nextCE, uint32_t *nextContCE,
188 *nextContCE = contCE;
191 && (*nextContCE & strengthMask[strength]) == contCE)
194 *nextContCE = (*(CETable+3*(iCE)+1));
291 uint32_t nextCE, nextContCE;
304 nextContCE = SecondCE;
307 && (nextContCE & strengthMask[strength]) == SecondCE)
310 nextContCE = (*(CETable+3*(iCE)+1));
314 lh->nextContCE = nextContCE;
    [all...]
ucol_tok.cpp     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1085 uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE;
1134 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
    [all...]

Completed in 149 milliseconds