Searched refs:uprv_trunc (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dputiltst.c103 log_verbose("Testing the API uprv_trunc()\n");
104 doAssert(uprv_trunc(12.3456), 12, "uprv_trunc(12.3456) failed.");
105 doAssert(uprv_trunc(12.234E2), 1223, "uprv_trunc(12.234E2) failed.");
106 doAssert(uprv_trunc(uprv_getNaN()), uprv_getNaN(), "uprv_trunc(uprv_getNaN()) failed. with parameter=NaN");
107 doAssert(uprv_trunc(uprv_getInfinity()), uprv_getInfinity(), "uprv_trunc(uprv_getInfinity()) failed. with parameter=Infinity");
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dputilimp.h311 U_INTERNAL double U_EXPORT2 uprv_trunc(double d);
H A Dputil.cpp546 uprv_trunc(double d) function
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dmeasfmt.cpp757 (UDate) (((uprv_trunc(hms[0].getDouble(status)) * 60.0
758 + uprv_trunc(hms[1].getDouble(status))) * 60.0
759 + uprv_trunc(hms[2].getDouble(status))) * 1000.0);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Durename.h1318 #define uprv_trunc U_ICU_ENTRY_POINT_RENAME(uprv_trunc) macro
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Duprntf_p.c809 if (scidbl_info.fPrecision == -1 && num == uprv_trunc(num))
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h1329 #define uprv_trunc U_ICU_ENTRY_POINT_RENAME(uprv_trunc) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h1329 #define uprv_trunc U_ICU_ENTRY_POINT_RENAME(uprv_trunc) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h1329 #define uprv_trunc U_ICU_ENTRY_POINT_RENAME(uprv_trunc) macro

Completed in 308 milliseconds