Searched refs:nfrb (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
D | rbnf.cpp | 747 UResourceBundle* nfrb = ures_open(U_ICUDATA_RBNF, locale.getName(), &status); in RuleBasedNumberFormat() local 749 setLocaleIDs(ures_getLocaleByType(nfrb, ULOC_VALID_LOCALE, &status), in RuleBasedNumberFormat() 750 ures_getLocaleByType(nfrb, ULOC_ACTUAL_LOCALE, &status)); in RuleBasedNumberFormat() 751 const UChar* description = ures_getStringByKey(nfrb, fmt_tag, &len, &status); in RuleBasedNumberFormat() 756 ures_close(nfrb); in RuleBasedNumberFormat()
|