OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:togregorian
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/test/cintltst/
cldrtest.c
612
UResourceBundle *toCalendar, *fromCalendar, *
toGregorian
, *fromGregorian;
623
toGregorian
= ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
624
toDateTimeElements = ures_getByKeyWithFallback(
toGregorian
, "DateTimeElements", NULL, &errorCode);
636
toWeekendData = ures_getByKeyWithFallback(
toGregorian
, "weekend", NULL, &errorCode);
741
ures_close(
toGregorian
);
[
all
...]
Completed in 127 milliseconds