/external/chromium_org/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 | 570 log_verbose("\nTesting the ucal_setDate() function \n"); 572 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status); 585 log_verbose("\nTesting ucal_setDate() extensively\n"); 586 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status); 588 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status); 590 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status); 592 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status); 594 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status); 596 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 | 671 log_verbose("\nTesting the ucal_setDate() function \n"); 673 ucal_setDate(caldef,1971, UCAL_DECEMBER, 17, &status); 686 log_verbose("\nTesting ucal_setDate() extensively\n"); 687 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status); 689 ucal_setDate(caldef, 1999, UCAL_DECEMBER, 3, &status); 691 ucal_setDate(caldef, 2000, UCAL_MAY, 3, &status); 693 ucal_setDate(caldef, 1999, UCAL_AUGUST, 32, &status); 695 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status); 697 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_org/third_party/icu/source/i18n/unicode/ |
ucal.h | 868 * @see ucal_setDate 883 * @see ucal_setDate 907 ucal_setDate(UCalendar* cal, 927 * @see ucal_setDate [all...] |
/external/icu4c/i18n/unicode/ |
ucal.h | 991 * @see ucal_setDate 1006 * @see ucal_setDate [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucal.cpp | 355 ucal_setDate( UCalendar* cal,
|
/external/icu4c/i18n/ |
ucal.cpp | 404 ucal_setDate( UCalendar* cal,
|
/external/icu4c/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | [all...] |