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

  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.h 77 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
ccaltst.c 581 verify1("1999 10th day of January is :", caldef, datdef, 1999, UCAL_JANUARY, 10);
583 verify1("1999 3rd day of December is :", caldef, datdef, 1999, UCAL_DECEMBER, 3);
585 verify1("2000 3rd day of May is :", caldef, datdef, 2000, UCAL_MAY, 3);
587 verify1("1999 32th day of August is :", caldef, datdef, 1999, UCAL_SEPTEMBER, 1);
589 verify1("1999 0th day of March is :", caldef, datdef, 1999, UCAL_FEBRUARY, 28);
680 verify1("1997 third day of June = ", cal, datdef, 1997, UCAL_JUNE, 3);
686 verify1("1997 first Tuesday in June = ", cal, datdef, 1997, UCAL_JUNE, 3);
692 verify1("1997 last Tuesday in June = ", cal, datdef,1997, UCAL_JUNE, 24);
712 verify1("1997 Tuesday in week 1 of June = ", cal,datdef, 1997, UCAL_JUNE, 3);
718 verify1("1997 Tuesday in week 5 of June = ", cal,datdef, 1997, UCAL_JULY, 1)
1270 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/
ccaltst.h 81 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
ccaltst.c 586 verify1("1999 10th day of January is :", caldef, datdef, 1999, UCAL_JANUARY, 10);
588 verify1("1999 3rd day of December is :", caldef, datdef, 1999, UCAL_DECEMBER, 3);
590 verify1("2000 3rd day of May is :", caldef, datdef, 2000, UCAL_MAY, 3);
592 verify1("1999 32th day of August is :", caldef, datdef, 1999, UCAL_SEPTEMBER, 1);
594 verify1("1999 0th day of March is :", caldef, datdef, 1999, UCAL_FEBRUARY, 28);
685 verify1("1997 third day of June = ", cal, datdef, 1997, UCAL_JUNE, 3);
691 verify1("1997 first Tuesday in June = ", cal, datdef, 1997, UCAL_JUNE, 3);
697 verify1("1997 last Tuesday in June = ", cal, datdef,1997, UCAL_JUNE, 24);
717 verify1("1997 Tuesday in week 1 of June = ", cal,datdef, 1997, UCAL_JUNE, 3);
723 verify1("1997 Tuesday in week 5 of June = ", cal,datdef, 1997, UCAL_JULY, 1)
1275 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day) function
    [all...]

Completed in 58 milliseconds