Searched refs:nfrb (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 839 UResourceBundle* nfrb = ures_open(U_ICUDATA_RBNF, locale.getName(), &status); in RuleBasedNumberFormat() local 841 setLocaleIDs(ures_getLocaleByType(nfrb, ULOC_VALID_LOCALE, &status), in RuleBasedNumberFormat() 842 ures_getLocaleByType(nfrb, ULOC_ACTUAL_LOCALE, &status)); in RuleBasedNumberFormat() 844 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status); in RuleBasedNumberFormat() 846 ures_close(nfrb); in RuleBasedNumberFormat() 851 ures_close(nfrb); in RuleBasedNumberFormat() 866 ures_close(nfrb); in RuleBasedNumberFormat()
|