Searched refs:uprv_isNegativeInfinity (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp253 if(uprv_isNegativeInfinity(pinf) != FALSE) {
287 if(uprv_isNegativeInfinity(ninf) != TRUE) {
359 if(uprv_isNegativeInfinity(1/nzero) != TRUE) {
/external/icu/icu4c/source/common/
H A Dputilimp.h299 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d);
H A Dputil.cpp393 uprv_isNegativeInfinity(double number) function
/external/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp296 } else if (uprv_isNegativeInfinity(limits[i])) {
H A Ddigitlst.cpp801 if (uprv_isNegativeInfinity(source)) {
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c113 log_verbose("Testing the API uprv_isNegativeInfinity()\n");
114 isTrue=uprv_isNegativeInfinity(uprv_getInfinity() * -1);
116 log_err("ERROR: uprv_isNegativeInfinity failed.\n");
/external/icu/icu4c/source/common/unicode/
H A Durename.h1328 #define uprv_isNegativeInfinity U_ICU_ENTRY_POINT_RENAME(uprv_isNegativeInfinity) macro

Completed in 80 milliseconds