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

  /external/icu4c/i18n/
usrchimp.h 51 int64_t *PCE;
usearch.cpp 359 * Initializing the pce table for a pattern.
397 if (pattern->PCE != pcetable && pattern->PCE != NULL) {
398 uprv_free(pattern->PCE);
403 int64_t pce; local
410 while ((pce = ucol_nextProcessed(coleiter, NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER &&
413 pce,
432 pattern->PCE = pcetable;
468 if (strsrch->pattern.PCE != NULL) {
469 if (strsrch->pattern.PCE != strsrch->pattern.PCEBuffer)
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 1165 const PCE *pce = get(index); local
1176 const PCE *pce = get(index); local
1187 const PCE *pce = get(index); local
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]

Completed in 110 milliseconds