OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toLocaleBund
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c
611
UResourceBundle *
toLocaleBund
= ures_open(NULL, toLocale, &errorCode);
622
toCalendar = ures_getByKey(
toLocaleBund
, "calendar", NULL, &errorCode);
693
toArray = ures_getByKey(
toLocaleBund
, "CurrencyElements", NULL, &errorCode);
703
toArray = ures_getByKey(
toLocaleBund
, "NumberPatterns", NULL, &errorCode);
714
toArray = ures_getByKey(
toLocaleBund
, "DateTimePatterns", NULL, &errorCode);
722
toArray = ures_getByKey(
toLocaleBund
, "NumberElements", NULL, &errorCode);
744
ures_close(
toLocaleBund
);
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
611
UResourceBundle *
toLocaleBund
= ures_open(NULL, toLocale, &errorCode);
622
toCalendar = ures_getByKey(
toLocaleBund
, "calendar", NULL, &errorCode);
693
toArray = ures_getByKey(
toLocaleBund
, "CurrencyElements", NULL, &errorCode);
703
toArray = ures_getByKey(
toLocaleBund
, "NumberPatterns", NULL, &errorCode);
714
toArray = ures_getByKey(
toLocaleBund
, "DateTimePatterns", NULL, &errorCode);
722
toArray = ures_getByKey(
toLocaleBund
, "NumberElements", NULL, &errorCode);
744
ures_close(
toLocaleBund
);
[
all
...]
Completed in 64 milliseconds