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

  /external/chromium/third_party/icu/source/i18n/
ucol_tok.h 56 uint32_t nextCE;
171 uint32_t *nextCE, uint32_t *nextContCE,
ucol_bld.cpp 168 uint32_t *nextCE, uint32_t *nextContCE,
177 *nextCE = UCOL_NOT_FOUND;
184 *nextCE = CE;
187 while((*nextCE & strengthMask[strength]) == CE
190 *nextCE = (*(CETable+3*(++iCE)));
288 uint32_t nextCE, nextContCE;
300 nextCE = CE;
303 while((nextCE & strengthMask[strength]) == CE
306 nextCE = (*(CETable+3*(++iCE)));
310 lh->nextCE = nextCE
    [all...]
bmsearch.cpp 57 const CEI *nextCE(int32_t offset);
173 const CEI *Target::nextCE(int32_t offset)
805 const CEI nextCEI = *target->nextCE(0);
ucol_tok.cpp     [all...]
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol_tok.h 56 uint32_t nextCE;
172 uint32_t *nextCE, uint32_t *nextContCE,
ucol_bld.cpp 168 uint32_t *nextCE, uint32_t *nextContCE,
177 *nextCE = UCOL_NOT_FOUND;
184 *nextCE = CE;
187 while((*nextCE & strengthMask[strength]) == CE
190 *nextCE = (*(CETable+3*(++iCE)));
288 uint32_t nextCE, nextContCE;
300 nextCE = CE;
303 while((nextCE & strengthMask[strength]) == CE
306 nextCE = (*(CETable+3*(++iCE)));
310 lh->nextCE = nextCE
    [all...]
bmsearch.cpp 57 const CEI *nextCE(int32_t offset);
175 const CEI *Target::nextCE(int32_t offset)
758 const CEI nextCEI = *target->nextCE(0);
ucol_tok.cpp     [all...]
ucol.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 282 milliseconds