OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nfrb
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/i18n/
rbnf.cpp
837
UResourceBundle*
nfrb
= ures_open(U_ICUDATA_RBNF, locale.getName(), &status);
local
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
);
[
all
...]
Completed in 84 milliseconds