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

/external/chromium_org/third_party/icu/source/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_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c242 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
247 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
252 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
256 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
466 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
467 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
653 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
897 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
1063 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);;
1136 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.c390 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
492 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
585 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
/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);
160 * Despite the name, UCAL_TRADITIONAL designates the locale's default calendar,
164 UCAL_TRADITIONAL, enumerator in enum:UCalendarType
166 * A better name for UCAL_TRADITIONAL.
169 UCAL_DEFAULT = UCAL_TRADITIONAL,
/external/icu4c/test/cintltst/
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 Dccaltst.c273 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
278 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
283 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
287 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
501 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
502 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
503 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
755 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
1012 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
1206 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL,
[all...]
H A Dcmsgtst.c396 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
498 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
591 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dtoolutil.cpp75 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp79 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 508 milliseconds