OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromGregorian
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c
612
UResourceBundle *toCalendar, *fromCalendar, *toGregorian, *
fromGregorian
;
619
fromGregorian
= ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
620
fromDateTimeElements = ures_getByKeyWithFallback(
fromGregorian
, "DateTimeElements", NULL, &errorCode);
631
fromWeekendData = ures_getByKeyWithFallback(
fromGregorian
, "weekend", NULL, &errorCode);
740
ures_close(
fromGregorian
);
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
612
UResourceBundle *toCalendar, *fromCalendar, *toGregorian, *
fromGregorian
;
619
fromGregorian
= ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
620
fromDateTimeElements = ures_getByKeyWithFallback(
fromGregorian
, "DateTimeElements", NULL, &errorCode);
631
fromWeekendData = ures_getByKeyWithFallback(
fromGregorian
, "weekend", NULL, &errorCode);
740
ures_close(
fromGregorian
);
[
all
...]
Completed in 98 milliseconds