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

/external/chromium/third_party/icu/source/i18n/
H A Drbnf.cpp759 UResourceBundle* nfrb = ures_open(U_ICUDATA_RBNF, locale.getName(), &status); local
761 setLocaleIDs(ures_getLocaleByType(nfrb, ULOC_VALID_LOCALE, &status),
762 ures_getLocaleByType(nfrb, ULOC_ACTUAL_LOCALE, &status));
764 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status);
766 ures_close(nfrb);
771 ures_close(nfrb);
801 ures_close(nfrb);
/external/icu4c/i18n/
H A Drbnf.cpp759 UResourceBundle* nfrb = ures_open(U_ICUDATA_RBNF, locale.getName(), &status); local
761 setLocaleIDs(ures_getLocaleByType(nfrb, ULOC_VALID_LOCALE, &status),
762 ures_getLocaleByType(nfrb, ULOC_ACTUAL_LOCALE, &status));
764 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status);
766 ures_close(nfrb);
771 ures_close(nfrb);
801 ures_close(nfrb);

Completed in 257 milliseconds