HomeSort by relevance Sort by last modified time
    Searched full:coleiter (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/i18n/
usearch.cpp 45 * @param coleiter collation element iterator
301 UCollationElements *coleiter = strsrch->utilIter; local
303 if (coleiter == NULL) {
304 coleiter = ucol_openElements(strsrch->collator, pattern->text,
309 strsrch->utilIter = coleiter;
314 &coleiter->iteratordata_);
325 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
331 patternlength - ucol_getOffset(coleiter) + 1,
342 result += (uint16_t)(ucol_getMaxExpansion(coleiter, ce) - 1);
372 UCollationElements *coleiter = strsrch->utilIter local
628 UCollationElements *coleiter = strsrch->utilIter; local
873 UCollationElements *coleiter = strsrch->utilIter; local
924 UCollationElements *coleiter = strsrch->textIter; local
1011 UCollationElements *coleiter = strsrch->textIter; local
1200 UCollationElements *coleiter = strsrch->textIter; local
1286 UCollationElements *coleiter = strsrch->textIter; local
1509 UCollationElements *coleiter = strsrch->utilIter; local
1620 UCollationElements *coleiter = strsrch->utilIter; local
1751 UCollationElements *coleiter = strsrch->textIter; local
1850 UCollationElements *coleiter = strsrch->textIter; local
1948 UCollationElements *coleiter = strsrch->textIter; local
2047 UCollationElements *coleiter = strsrch->textIter; local
2211 UCollationElements *coleiter = strsrch->utilIter; local
2300 UCollationElements *coleiter = strsrch->utilIter; local
2414 UCollationElements *coleiter = strsrch->textIter; local
2487 UCollationElements *coleiter = strsrch->textIter; local
2586 UCollationElements *coleiter = strsrch->textIter; local
4156 UCollationElements *coleiter = strsrch->textIter; local
4268 UCollationElements *coleiter = strsrch->textIter; local
4381 UCollationElements *coleiter = strsrch->textIter; local
4497 UCollationElements *coleiter = strsrch->textIter; local
    [all...]
ucol_imp.h 595 #define inNormBuf(coleiter) ((coleiter)->iteratordata_.flags & UCOL_ITER_INNORMBUF)
596 #define isFCDPointerNull(coleiter) ((coleiter)->iteratordata_.fcdPosition == NULL)
597 #define hasExpansion(coleiter) ((coleiter)->iteratordata_.CEpos != (coleiter)->iteratordata_.CEs)
598 #define getExpansionPrefix(coleiter) ((coleiter)->iteratordata_.toReturn - (coleiter)->iteratordata_.CEs
    [all...]
  /external/icu4c/i18n/
usearch.cpp 47 * @param coleiter collation element iterator
303 UCollationElements *coleiter = strsrch->utilIter; local
305 if (coleiter == NULL) {
306 coleiter = ucol_openElements(strsrch->collator, pattern->text,
311 strsrch->utilIter = coleiter;
316 &coleiter->iteratordata_,
331 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
337 patternlength - ucol_getOffset(coleiter) + 1,
348 result += (uint16_t)(ucol_getMaxExpansion(coleiter, ce) - 1);
378 UCollationElements *coleiter = strsrch->utilIter local
638 UCollationElements *coleiter = strsrch->utilIter; local
883 UCollationElements *coleiter = strsrch->utilIter; local
934 UCollationElements *coleiter = strsrch->textIter; local
1021 UCollationElements *coleiter = strsrch->textIter; local
1176 UCollationElements *coleiter = strsrch->textIter; local
1262 UCollationElements *coleiter = strsrch->textIter; local
1485 UCollationElements *coleiter = strsrch->utilIter; local
1596 UCollationElements *coleiter = strsrch->utilIter; local
1727 UCollationElements *coleiter = strsrch->textIter; local
1826 UCollationElements *coleiter = strsrch->textIter; local
1924 UCollationElements *coleiter = strsrch->textIter; local
2023 UCollationElements *coleiter = strsrch->textIter; local
2187 UCollationElements *coleiter = strsrch->utilIter; local
2276 UCollationElements *coleiter = strsrch->utilIter; local
2390 UCollationElements *coleiter = strsrch->textIter; local
2463 UCollationElements *coleiter = strsrch->textIter; local
2562 UCollationElements *coleiter = strsrch->textIter; local
4286 UCollationElements *coleiter = strsrch->textIter; local
4400 UCollationElements *coleiter = strsrch->textIter; local
4515 UCollationElements *coleiter = strsrch->textIter; local
4633 UCollationElements *coleiter = strsrch->textIter; local
    [all...]
ucol_imp.h 622 #define inNormBuf(coleiter) ((coleiter)->iteratordata_.flags & UCOL_ITER_INNORMBUF)
623 #define isFCDPointerNull(coleiter) ((coleiter)->iteratordata_.fcdPosition == NULL)
624 #define hasExpansion(coleiter) ((coleiter)->iteratordata_.CEpos != (coleiter)->iteratordata_.CEs)
625 #define getExpansionPrefix(coleiter) ((coleiter)->iteratordata_.toReturn - (coleiter)->iteratordata_.CEs
    [all...]
  /external/chromium/third_party/icu/source/tools/dumpce/
dumpce.cpp 1287 UCollationElements* coleiter = ucol_openElements(COLLATOR_, local
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 1287 UCollationElements* coleiter = ucol_openElements(COLLATOR_, local
    [all...]

Completed in 242 milliseconds