Searched refs:pcal (Results 1 – 1 of 1) sorted by relevance
110 UCalendar *pcal; in internal_get_timestamp() local129 pcal = ucal_clone(udat_getCalendar(DATE_FORMAT_OBJECT(dfo)), in internal_get_timestamp()139 ucal_setDateTime(pcal, year, month, mday, hour, minute, second, &INTL_DATA_ERROR_CODE(dfo)); in internal_get_timestamp()143 result = ucal_getMillis(pcal, &INTL_DATA_ERROR_CODE(dfo)); in internal_get_timestamp()144 ucal_close(pcal); in internal_get_timestamp()
Completed in 4 milliseconds