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

  /external/icu/icu4c/source/i18n/
usrchimp.h 159 int64_t *pces; member in struct:UPattern
usearch.cpp 387 if (pattern->pces != pcetable && pattern->pces != NULL) {
388 uprv_free(pattern->pces);
422 pattern->pces = pcetable;
459 if (strsrch->pattern.pces != NULL) {
460 if (strsrch->pattern.pces != strsrch->pattern.pcesBuffer) {
461 uprv_free(strsrch->pattern.pces);
464 strsrch->pattern.pces = NULL;
    [all...]

Completed in 6027 milliseconds