Home
last modified time | relevance | path

Searched refs:dateBit (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c508 int32_t dateBit; in TestGetSetDateAPI() local
574 dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status); in TestGetSetDateAPI()
575 if(testMillis == dateBit) in TestGetSetDateAPI()
577 …il: error in setMillis, allowed invalid value %e : returns millisecond : %d", testMillis, dateBit); in TestGetSetDateAPI()
579 log_verbose("Pass: setMillis correctly pinned min, returned : %d", dateBit); in TestGetSetDateAPI()
592 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status); in TestGetSetDateAPI()
593 …ail: error in setMillis, allowed invalid value %e : returns DayOfMonth : %d", testMillis, dateBit); in TestGetSetDateAPI()