Home
last modified time | relevance | path

Searched refs:ucol_tok_isSpecialChar (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/c/genldml/
Dgenldml.cpp3023 #define ucol_tok_isSpecialChar(ch) \ macro
3302 if (ucol_tok_isSpecialChar(ch) && (inQuote == FALSE)) { in parseRules()