Home | History | Annotate | Download | only in common

Lines Matching refs:charCatNames

122 static const char * const charCatNames[U_CHAR_EXTENDED_CATEGORY_COUNT] = {
462 if (cat >= LENGTHOF(charCatNames)) {
465 return charCatNames[cat];
1289 for(i=0; i<LENGTHOF(charCatNames); ++i) {
1297 length=9+calcStringSetLength(gNameSet, charCatNames[i]);
1600 for (lower[i] = 0, cIdx = 0; cIdx < LENGTHOF(charCatNames); ++cIdx) {
1602 if (!uprv_strcmp(lower + 1, charCatNames[cIdx])) {