Searched refs:pitr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcitertst.c81 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);

Completed in 89 milliseconds