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

  /external/chromium/third_party/icu/source/test/cintltst/
cdtdptst.c 258 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status);
260 ucal_setDate(cal, 1997, UCAL_JULY, 15, &status);
ccaltst.c 564 log_verbose("\nTesting the ucal_setDate() function \n");
566 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status);
579 log_verbose("\nTesting ucal_setDate() extensively\n");
580 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status);
582 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status);
584 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status);
586 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status);
588 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
590 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/test/cintltst/
cdtdptst.c 258 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status);
260 ucal_setDate(cal, 1997, UCAL_JULY, 15, &status);
ccaltst.c 569 log_verbose("\nTesting the ucal_setDate() function \n");
571 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status);
584 log_verbose("\nTesting ucal_setDate() extensively\n");
585 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status);
587 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status);
589 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status);
591 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status);
593 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
595 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/chromium/third_party/icu/public/i18n/unicode/
ucal.h 848 * @see ucal_setDate
863 * @see ucal_setDate
887 ucal_setDate(UCalendar* cal,
907 * @see ucal_setDate
    [all...]
  /external/icu4c/i18n/unicode/
ucal.h 868 * @see ucal_setDate
883 * @see ucal_setDate
907 ucal_setDate(UCalendar* cal,
927 * @see ucal_setDate
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucal.cpp 342 ucal_setDate( UCalendar* cal,
  /external/icu4c/i18n/
ucal.cpp 345 ucal_setDate( UCalendar* cal,
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 389 #define ucal_setDate ucal_setDate_3_2
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 389 #define ucal_setDate ucal_setDate_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 389 #define ucal_setDate ucal_setDate_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 389 #define ucal_setDate ucal_setDate_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 495 #define ucal_setDate ucal_setDate_4_2
    [all...]

Completed in 876 milliseconds