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

  /external/chromium/third_party/icu/source/common/
putilimp.h 67 U_INTERNAL double U_EXPORT2 uprv_trunc(double d);
putil.c 489 uprv_trunc(double d) function
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
putiltst.c 81 log_verbose("Testing the API uprv_trunc()\n");
82 doAssert(uprv_trunc(12.3456), 12, "uprv_trunc(12.3456) failed.");
83 doAssert(uprv_trunc(12.234E2), 1223, "uprv_trunc(12.234E2) failed.");
84 doAssert(uprv_trunc(uprv_getNaN()), uprv_getNaN(), "uprv_trunc(uprv_getNaN()) failed. with parameter=NaN");
85 doAssert(uprv_trunc(uprv_getInfinity()), uprv_getInfinity(), "uprv_trunc(uprv_getInfinity()) failed. with parameter=Infinity");
  /external/icu4c/common/
putilimp.h 67 U_INTERNAL double U_EXPORT2 uprv_trunc(double d);
putil.c 509 uprv_trunc(double d) function
    [all...]
  /external/icu4c/test/cintltst/
putiltst.c 83 log_verbose("Testing the API uprv_trunc()\n");
84 doAssert(uprv_trunc(12.3456), 12, "uprv_trunc(12.3456) failed.");
85 doAssert(uprv_trunc(12.234E2), 1223, "uprv_trunc(12.234E2) failed.");
86 doAssert(uprv_trunc(uprv_getNaN()), uprv_getNaN(), "uprv_trunc(uprv_getNaN()) failed. with parameter=NaN");
87 doAssert(uprv_trunc(uprv_getInfinity()), uprv_getInfinity(), "uprv_trunc(uprv_getInfinity()) failed. with parameter=Infinity");
  /external/chromium/third_party/icu/source/io/
uprntf_p.c 809 if (scidbl_info.fPrecision == -1 && num == uprv_trunc(num))
    [all...]
  /external/icu4c/io/
uprntf_p.c 809 if (scidbl_info.fPrecision == -1 && num == uprv_trunc(num))
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 960 #define uprv_trunc macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 960 #define uprv_trunc macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 960 #define uprv_trunc macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 960 #define uprv_trunc macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1306 #define uprv_trunc macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1137 #define uprv_trunc macro
    [all...]

Completed in 317 milliseconds