OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nfrb
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp
761
UResourceBundle*
nfrb
= ures_open(U_ICUDATA_RBNF, locale.getName(), &status);
local
763
setLocaleIDs(ures_getLocaleByType(
nfrb
, ULOC_VALID_LOCALE, &status),
764
ures_getLocaleByType(
nfrb
, ULOC_ACTUAL_LOCALE, &status));
766
UResourceBundle* rbnfRules = ures_getByKeyWithFallback(
nfrb
, rules_tag, NULL, &status);
768
ures_close(
nfrb
);
773
ures_close(
nfrb
);
803
ures_close(
nfrb
);
[
all
...]
/external/icu4c/i18n/
rbnf.cpp
765
UResourceBundle*
nfrb
= ures_open(U_ICUDATA_RBNF, locale.getName(), &status);
local
767
setLocaleIDs(ures_getLocaleByType(
nfrb
, ULOC_VALID_LOCALE, &status),
768
ures_getLocaleByType(
nfrb
, ULOC_ACTUAL_LOCALE, &status));
770
UResourceBundle* rbnfRules = ures_getByKeyWithFallback(
nfrb
, rules_tag, NULL, &status);
772
ures_close(
nfrb
);
777
ures_close(
nfrb
);
792
ures_close(
nfrb
);
[
all
...]
Completed in 136 milliseconds