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

  /external/icu/icu4c/source/test/intltest/
tsputil.cpp 255 if(uprv_isNegativeInfinity(pinf) != FALSE) {
289 if(uprv_isNegativeInfinity(ninf) != TRUE) {
361 if(uprv_isNegativeInfinity(1/nzero) != TRUE) {
  /external/icu/icu4c/source/common/
putilimp.h 294 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d);
putil.cpp 412 uprv_isNegativeInfinity(double number)
    [all...]
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 298 } else if (uprv_isNegativeInfinity(limits[i])) {
precision.cpp 217 if (uprv_isNegativeInfinity(value)) {
digitlst.cpp 848 if (uprv_isNegativeInfinity(source)) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 115 log_verbose("Testing the API uprv_isNegativeInfinity()\n");
116 isTrue=uprv_isNegativeInfinity(uprv_getInfinity() * -1);
118 log_err("ERROR: uprv_isNegativeInfinity failed.\n");
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 990 milliseconds