Home | History | Annotate | Download | only in common

Lines Matching refs:cIdx

1587                     uint32_t cIdx;
1606 for (lower[i] = 0, cIdx = 0; cIdx < LENGTHOF(charCatNames); ++cIdx) {
1608 if (!uprv_strcmp(lower + 1, charCatNames[cIdx])) {
1609 if (getCharCat(cp) == cIdx) {