Home | History | Annotate | Download | only in i18n

Lines Matching full:nfrb

837     UResourceBundle* nfrb = ures_open(U_ICUDATA_RBNF, locale.getName(), &status);
839 setLocaleIDs(ures_getLocaleByType(nfrb, ULOC_VALID_LOCALE, &status),
840 ures_getLocaleByType(nfrb, ULOC_ACTUAL_LOCALE, &status));
842 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status);
844 ures_close(nfrb);
849 ures_close(nfrb);
864 ures_close(nfrb);