Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbnf.cpp809 UResourceBundle* nfrb = ures_open(U_ICUDATA_RBNF, locale.getName(), &status); in RuleBasedNumberFormat() local
811 setLocaleIDs(ures_getLocaleByType(nfrb, ULOC_VALID_LOCALE, &status), in RuleBasedNumberFormat()
812 ures_getLocaleByType(nfrb, ULOC_ACTUAL_LOCALE, &status)); in RuleBasedNumberFormat()
814 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status); in RuleBasedNumberFormat()
816 ures_close(nfrb); in RuleBasedNumberFormat()
821 ures_close(nfrb); in RuleBasedNumberFormat()
836 ures_close(nfrb); in RuleBasedNumberFormat()