Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbnf.cpp807 UResourceBundle* nfrb = ures_open(U_ICUDATA_RBNF, locale.getName(), &status); in RuleBasedNumberFormat() local
809 setLocaleIDs(ures_getLocaleByType(nfrb, ULOC_VALID_LOCALE, &status), in RuleBasedNumberFormat()
810 ures_getLocaleByType(nfrb, ULOC_ACTUAL_LOCALE, &status)); in RuleBasedNumberFormat()
812 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status); in RuleBasedNumberFormat()
814 ures_close(nfrb); in RuleBasedNumberFormat()
819 ures_close(nfrb); in RuleBasedNumberFormat()
834 ures_close(nfrb); in RuleBasedNumberFormat()