Home | History | Annotate | Download | only in i18n

Lines Matching refs:uprv_trunc

973         (UDate) (((uprv_trunc(hms[0].getDouble(status)) * 60.0
974 + uprv_trunc(hms[1].getDouble(status))) * 60.0
975 + uprv_trunc(hms[2].getDouble(status))) * 1000.0);