Searched refs:ruleSets (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | rbnf.cpp | 653 : 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/ |
D | rbnf.h | 992 NFRuleSet **ruleSets;
|
/external/icu4c/test/intltest/ |
D | itrbnf.cpp | 189 …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()
|