Searched refs:UCAL_TRADITIONAL (Results 1 - 11 of 11) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
H A Ducal.h33 * provides the enum UCalendarType with UCAL_TRADITIONAL and
49 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
153 * Despite the name, UCAL_TRADITIONAL designates the locale's default calendar,
157 UCAL_TRADITIONAL, enumerator in enum:UCalendarType
164 * A better name for UCAL_TRADITIONAL.
167 UCAL_DEFAULT = UCAL_TRADITIONAL
/external/icu4c/i18n/unicode/
H A Ducal.h34 * provides the enum UCalendarType with UCAL_TRADITIONAL and
50 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
154 * Despite the name, UCAL_TRADITIONAL designates the locale's default calendar,
158 UCAL_TRADITIONAL, enumerator in enum:UCalendarType
160 * A better name for UCAL_TRADITIONAL.
163 UCAL_DEFAULT = UCAL_TRADITIONAL,
/external/chromium/third_party/icu/source/test/cintltst/
H A Dccaltst.c237 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
242 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
247 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
251 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
460 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
461 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
647 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
891 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
1057 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);;
1130 gmtcal=ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL,
[all...]
H A Dcdtdptst.c79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
328 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); */
329 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
H A Dcmsgtst.c384 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
486 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
579 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
/external/icu4c/test/cintltst/
H A Dccaltst.c241 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
246 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
251 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
255 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
465 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
466 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
652 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
896 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
1062 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);;
1135 gmtcal=ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL,
[all...]
H A Dcdtdptst.c79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
328 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); */
329 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
H A Dcmsgtst.c382 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
484 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
577 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
/external/chromium/third_party/icu/source/tools/toolutil/
H A Dtoolutil.c53 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp69 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
/external/icu4c/samples/cal/
H A Dcal.c239 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
591 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);

Completed in 123 milliseconds