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 157 int64_t *pces; member in struct:UPattern
usearch.cpp 385 if (pattern->pces != pcetable && pattern->pces != NULL) {
386 uprv_free(pattern->pces);
420 pattern->pces = pcetable;
457 if (strsrch->pattern.pces != NULL) {
458 if (strsrch->pattern.pces != strsrch->pattern.pcesBuffer) {
459 uprv_free(strsrch->pattern.pces);
462 strsrch->pattern.pces = NULL;
    [all...]

Completed in 124 milliseconds