Home | History | Annotate | Download | only in common

Lines Matching full:cidx

1569                     uint32_t cIdx;
1588 for (lower[i] = 0, cIdx = 0; cIdx < UPRV_LENGTHOF(charCatNames); ++cIdx) {
1590 if (!uprv_strcmp(lower + 1, charCatNames[cIdx])) {
1591 if (getCharCat(cp) == cIdx) {