Searched refs:nfrb (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 845 UResourceBundle* nfrb = ures_open(U_ICUDATA_RBNF, locale.getName(), &status); in RuleBasedNumberFormat() local 847 setLocaleIDs(ures_getLocaleByType(nfrb, ULOC_VALID_LOCALE, &status), in RuleBasedNumberFormat() 848 ures_getLocaleByType(nfrb, ULOC_ACTUAL_LOCALE, &status)); in RuleBasedNumberFormat() 850 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status); in RuleBasedNumberFormat() 852 ures_close(nfrb); in RuleBasedNumberFormat() 857 ures_close(nfrb); in RuleBasedNumberFormat() 872 ures_close(nfrb); in RuleBasedNumberFormat()
|