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

  /external/icu4c/test/cintltst/
cdtdptst.c 258 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status);
260 ucal_setDate(cal, 1997, UCAL_JULY, 15, &status);
ccaltst.c 596 log_verbose("\nTesting the ucal_setDate() function \n");
598 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status);
611 log_verbose("\nTesting ucal_setDate() extensively\n");
612 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status);
614 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status);
616 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status);
618 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status);
620 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
622 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
    [all...]
utmstest.c 467 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */
  /external/icu4c/i18n/unicode/
ucal.h 922 * @see ucal_setDate
937 * @see ucal_setDate
961 ucal_setDate(UCalendar* cal,
981 * @see ucal_setDate
    [all...]
  /external/icu4c/i18n/
ucal.cpp 380 ucal_setDate( UCalendar* cal,
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 389 #define ucal_setDate ucal_setDate_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 389 #define ucal_setDate ucal_setDate_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 389 #define ucal_setDate ucal_setDate_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 389 #define ucal_setDate ucal_setDate_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 527 milliseconds