HomeSort by relevance Sort by last modified time
    Searched refs:UCAL_TRADITIONAL (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
ucal.h 36 * provides the enum UCalendarType with UCAL_TRADITIONAL and
52 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
162 * Despite the name, UCAL_TRADITIONAL designates the locale's default calendar,
166 UCAL_TRADITIONAL,
168 * A better name for UCAL_TRADITIONAL.
171 UCAL_DEFAULT = UCAL_TRADITIONAL,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 83 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
332 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); */
333 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
ccaltst.c 287 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
292 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
297 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
301 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
515 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
516 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
517 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
    [all...]
cmsgtst.c 398 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
500 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
593 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 92 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
  /external/icu/icu4c/source/samples/cal/
cal.c 243 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
595 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);

Completed in 337 milliseconds