Lines Matching refs:pitr
76 UCollationElements *pitr = ucol_openElements(coll, pattern, -1,
88 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
96 ucol_reset(pitr);
122 ucol_closeElements(pitr);
149 UCollationElements *pitr = NULL;
154 pitr = ucol_openElements(coll, pattern, -1, &status);
164 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
172 ucol_reset(pitr);
198 ucol_closeElements(pitr);