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

  /external/icu/icu4c/source/test/cintltst/
citertst.c 76 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, local
88 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
96 ucol_reset(pitr);
122 ucol_closeElements(pitr);
149 UCollationElements *pitr = NULL; local
154 pitr = ucol_openElements(coll, pattern, -1, &status);
164 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
172 ucol_reset(pitr);
198 ucol_closeElements(pitr);
    [all...]
  /external/chromium_org/third_party/icu/source/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 199 milliseconds