Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drbnf.cpp653 : ruleSets(NULL) in RuleBasedNumberFormat()
670 : ruleSets(NULL) in RuleBasedNumberFormat()
687 : ruleSets(NULL) in RuleBasedNumberFormat()
703 : ruleSets(NULL) in RuleBasedNumberFormat()
720 : ruleSets(NULL) in RuleBasedNumberFormat()
734 : ruleSets(NULL) in RuleBasedNumberFormat()
770 UResourceBundle* ruleSets = ures_getByKeyWithFallback(rbnfRules, fmt_tag, NULL, &status); in RuleBasedNumberFormat() local
778 while (ures_hasNext(ruleSets)) { in RuleBasedNumberFormat()
779 const UChar* currentString = ures_getNextString(ruleSets,&len,NULL,&status); in RuleBasedNumberFormat()
800 ures_close(ruleSets); in RuleBasedNumberFormat()
[all …]
/external/icu4c/i18n/unicode/
Drbnf.h992 NFRuleSet **ruleSets;
/external/icu4c/test/intltest/
Ditrbnf.cpp189 …LocalUResourceBundlePointer ruleSets(ures_getByKey(rbnfRules.getAlias(), "SpelloutRules", NULL, &s… in TestAPI() local
191 while (ures_hasNext(ruleSets.getAlias())) { in TestAPI()
192 … const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status); in TestAPI()