OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:charcatnames
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/common/
unames.c
122
static const char * const
charCatNames
[U_CHAR_EXTENDED_CATEGORY_COUNT] = {
462
if (cat >= LENGTHOF(
charCatNames
)) {
465
return
charCatNames
[cat];
[
all
...]
Completed in 1108 milliseconds