Searched refs:verify1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.h81 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
H A Dccaltst.c587 verify1("1999 10th day of January is :", caldef, datdef, 1999, UCAL_JANUARY, 10);
589 verify1("1999 3rd day of December is :", caldef, datdef, 1999, UCAL_DECEMBER, 3);
591 verify1("2000 3rd day of May is :", caldef, datdef, 2000, UCAL_MAY, 3);
593 verify1("1999 32th day of August is :", caldef, datdef, 1999, UCAL_SEPTEMBER, 1);
595 verify1("1999 0th day of March is :", caldef, datdef, 1999, UCAL_FEBRUARY, 28);
686 verify1("1997 third day of June = ", cal, datdef, 1997, UCAL_JUNE, 3);
692 verify1("1997 first Tuesday in June = ", cal, datdef, 1997, UCAL_JUNE, 3);
698 verify1("1997 last Tuesday in June = ", cal, datdef,1997, UCAL_JUNE, 24);
718 verify1("1997 Tuesday in week 1 of June = ", cal,datdef, 1997, UCAL_JUNE, 3);
724 verify1("199
1276 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day) function
[all...]
/external/icu4c/test/cintltst/
H A Dccaltst.h85 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
H A Dccaltst.c688 verify1("1999 10th day of January is :", caldef, datdef, 1999, UCAL_JANUARY, 10);
690 verify1("1999 3rd day of December is :", caldef, datdef, 1999, UCAL_DECEMBER, 3);
692 verify1("2000 3rd day of May is :", caldef, datdef, 2000, UCAL_MAY, 3);
694 verify1("1999 32th day of August is :", caldef, datdef, 1999, UCAL_SEPTEMBER, 1);
696 verify1("1999 0th day of March is :", caldef, datdef, 1999, UCAL_FEBRUARY, 28);
788 verify1("1997 third day of June = ", cal, datdef, 1997, UCAL_JUNE, 3);
794 verify1("1997 first Tuesday in June = ", cal, datdef, 1997, UCAL_JUNE, 3);
800 verify1("1997 last Tuesday in June = ", cal, datdef,1997, UCAL_JUNE, 24);
820 verify1("1997 Tuesday in week 1 of June = ", cal,datdef, 1997, UCAL_JUNE, 3);
826 verify1("199
1419 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day) function
[all...]

Completed in 142 milliseconds