OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromLocaleBund
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c
610
UResourceBundle *
fromLocaleBund
= ures_open(NULL, fromLocale, &errorCode);
618
fromCalendar = ures_getByKey(
fromLocaleBund
, "calendar", NULL, &errorCode);
692
fromArray = ures_getByKey(
fromLocaleBund
, "CurrencyElements", NULL, &errorCode);
702
fromArray = ures_getByKey(
fromLocaleBund
, "NumberPatterns", NULL, &errorCode);
713
fromArray = ures_getByKey(
fromLocaleBund
, "DateTimePatterns", NULL, &errorCode);
721
fromArray = ures_getByKey(
fromLocaleBund
, "NumberElements", NULL, &errorCode);
743
ures_close(
fromLocaleBund
);
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
610
UResourceBundle *
fromLocaleBund
= ures_open(NULL, fromLocale, &errorCode);
618
fromCalendar = ures_getByKey(
fromLocaleBund
, "calendar", NULL, &errorCode);
692
fromArray = ures_getByKey(
fromLocaleBund
, "CurrencyElements", NULL, &errorCode);
702
fromArray = ures_getByKey(
fromLocaleBund
, "NumberPatterns", NULL, &errorCode);
713
fromArray = ures_getByKey(
fromLocaleBund
, "DateTimePatterns", NULL, &errorCode);
721
fromArray = ures_getByKey(
fromLocaleBund
, "NumberElements", NULL, &errorCode);
743
ures_close(
fromLocaleBund
);
[
all
...]
Completed in 16 milliseconds