Home | History | Annotate | Download | only in common

Lines Matching refs:cIdx

1581                     uint32_t cIdx;
1600 for (lower[i] = 0, cIdx = 0; cIdx < LENGTHOF(charCatNames); ++cIdx) {
1602 if (!uprv_strcmp(lower + 1, charCatNames[cIdx])) {
1603 if (getCharCat(cp) == cIdx) {