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

  /external/icu/icu4c/source/samples/datecal/
ccal.c 20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 35 * UCAL_GREGORIAN.
174 UCAL_GREGORIAN
676 * @param type The type of UCalendar to open. This can be UCAL_GREGORIAN to open the Gregorian
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 82 { "en_US", UCAL_GREGORIAN, "gregorian" },
84 { "th_TH", UCAL_GREGORIAN, "gregorian" },
88 { "ja_JP@calendar=japanese", UCAL_GREGORIAN, "gregorian" },
89 { "", UCAL_GREGORIAN, "gregorian" },
90 { NULL, UCAL_GREGORIAN, "gregorian" },
458 /*testing ucal_getType, and ucal_open with UCAL_GREGORIAN*/
    [all...]
cdattst.c 427 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
    [all...]
cdtdptst.c 257 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
utmstest.c 456 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
cdtrgtst.c 144 cal=ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status);
302 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);
cloctst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 520 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
680 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
  /external/icu/icu4c/source/i18n/
ucal.cpp 147 if ( caltype == UCAL_GREGORIAN ) {

Completed in 208 milliseconds