Home | History | Annotate | Download | only in collperf

Lines Matching refs:strindex

216         int strindex = 0;
217 ucol_setOffset(iter, strindex, status);
225 strindex += 10;
226 if (strindex > strlen) {
229 ucol_setOffset(iter, strindex, status);
238 int strindex = 5;
239 ucol_setOffset(iter, strindex, status);
247 strindex += 10;
248 if (strindex > strlen) {
251 ucol_setOffset(iter, strindex, status);