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

  /external/icu4c/test/cintltst/
ccaltst.h 85 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
ccaltst.c 668 verify1("1999 10th day of January is :", caldef, datdef, 1999, UCAL_JANUARY, 10);
670 verify1("1999 3rd day of December is :", caldef, datdef, 1999, UCAL_DECEMBER, 3);
672 verify1("2000 3rd day of May is :", caldef, datdef, 2000, UCAL_MAY, 3);
674 verify1("1999 32th day of August is :", caldef, datdef, 1999, UCAL_SEPTEMBER, 1);
676 verify1("1999 0th day of March is :", caldef, datdef, 1999, UCAL_FEBRUARY, 28);
1399 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day) function
    [all...]

Completed in 31 milliseconds