Home | History | Annotate | Download | only in collperf

Lines Matching refs:strindex

221         int strindex = 0;
222 ucol_setOffset(iter, strindex, status);
230 strindex += 10;
231 if (strindex > strlen) {
234 ucol_setOffset(iter, strindex, status);
243 int strindex = 5;
244 ucol_setOffset(iter, strindex, status);
252 strindex += 10;
253 if (strindex > strlen) {
256 ucol_setOffset(iter, strindex, status);