Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbnf.cpp795 UResourceBundle* nfrb = ures_open(U_ICUDATA_RBNF, locale.getName(), &status); in RuleBasedNumberFormat() local
797 setLocaleIDs(ures_getLocaleByType(nfrb, ULOC_VALID_LOCALE, &status), in RuleBasedNumberFormat()
798 ures_getLocaleByType(nfrb, ULOC_ACTUAL_LOCALE, &status)); in RuleBasedNumberFormat()
800 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status); in RuleBasedNumberFormat()
802 ures_close(nfrb); in RuleBasedNumberFormat()
807 ures_close(nfrb); in RuleBasedNumberFormat()
822 ures_close(nfrb); in RuleBasedNumberFormat()