Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ditrbnf.cpp176 const UChar *spelloutRules = ures_getStringByKey(en, "SpelloutRules", &ruleLen, &status); in TestAPI() local
177 if(U_FAILURE(status) || ruleLen == 0 || spelloutRules == NULL) { in TestAPI()
181 RuleBasedNumberFormat ruleCtorResult(spelloutRules, Locale::getUS(), perror, status); in TestAPI()
187 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status); in TestAPI()