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

  /external/icu4c/test/cintltst/
citertst.c 81 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, local
93 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
101 ucol_reset(pitr);
127 ucol_closeElements(pitr);
154 UCollationElements *pitr = NULL; local
159 pitr = ucol_openElements(coll, pattern, -1, &status);
169 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
177 ucol_reset(pitr);
203 ucol_closeElements(pitr);
    [all...]

Completed in 77 milliseconds