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

  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 260 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status);
262 ucal_setDate(cal, 1997, UCAL_JULY, 15, &status);
utmstest.c 468 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */
ccaltst.c 678 log_verbose("\nTesting the ucal_setDate() function \n");
680 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status);
693 log_verbose("\nTesting ucal_setDate() extensively\n");
694 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status);
696 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status);
698 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status);
700 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status);
702 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
704 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 989 * @see ucal_setDate
1004 * @see ucal_setDate
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 404 ucal_setDate( UCalendar* cal,
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 45 milliseconds