Home | History | Annotate | Download | only in common

Lines Matching refs:charCatNames

124 static const char * const charCatNames[U_CHAR_EXTENDED_CATEGORY_COUNT] = {
464 if (cat >= LENGTHOF(charCatNames)) {
467 return charCatNames[cat];
1303 for(i=0; i<LENGTHOF(charCatNames); ++i) {
1311 length=9+calcStringSetLength(gNameSet, charCatNames[i]);
1606 for (lower[i] = 0, cIdx = 0; cIdx < LENGTHOF(charCatNames); ++cIdx) {
1608 if (!uprv_strcmp(lower + 1, charCatNames[cIdx])) {