Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbnf.cpp844 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status); in RuleBasedNumberFormat() local
848 UResourceBundle* ruleSets = ures_getByKeyWithFallback(rbnfRules, fmt_tag, NULL, &status); in RuleBasedNumberFormat()
850 ures_close(rbnfRules); in RuleBasedNumberFormat()
864 ures_close(rbnfRules); in RuleBasedNumberFormat()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp199 … LocalUResourceBundlePointer rbnfRules(ures_getByKey(en.getAlias(), "RBNFRules", NULL, &status)); in TestAPI() local
200 …LocalUResourceBundlePointer ruleSets(ures_getByKey(rbnfRules.getAlias(), "SpelloutRules", NULL, &s… in TestAPI()