Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drbnf.cpp766 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status); in RuleBasedNumberFormat() local
770 UResourceBundle* ruleSets = ures_getByKeyWithFallback(rbnfRules, fmt_tag, NULL, &status); in RuleBasedNumberFormat()
772 ures_close(rbnfRules); in RuleBasedNumberFormat()
801 ures_close(rbnfRules); in RuleBasedNumberFormat()
/external/icu4c/test/intltest/
Ditrbnf.cpp188 … LocalUResourceBundlePointer rbnfRules(ures_getByKey(en.getAlias(), "RBNFRules", NULL, &status)); in TestAPI() local
189 …LocalUResourceBundlePointer ruleSets(ures_getByKey(rbnfRules.getAlias(), "SpelloutRules", NULL, &s… in TestAPI()