Lines Matching full:pitr
78 UCollationElements *pitr = ucol_openElements(coll, pattern, -1,
90 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
98 ucol_reset(pitr);
124 ucol_closeElements(pitr);
151 UCollationElements *pitr = NULL;
156 pitr = ucol_openElements(coll, pattern, -1, &status);
166 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
174 ucol_reset(pitr);
200 ucol_closeElements(pitr);