Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp204 const UChar *spelloutRules = desc.getTerminatedBuffer(); in TestAPI() local
206 if(U_FAILURE(status) || ruleLen == 0 || spelloutRules == NULL) { in TestAPI()
210 RuleBasedNumberFormat ruleCtorResult(spelloutRules, Locale::getUS(), perror, status); in TestAPI()
216 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status); in TestAPI()