Searched refs:uprv_getInfinity (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtsputil.cpp34 double pinf = uprv_getInfinity();
35 double ninf = -uprv_getInfinity();
100 double pinf = uprv_getInfinity();
101 double ninf = -uprv_getInfinity();
241 double pinf = uprv_getInfinity();
242 double ninf = -uprv_getInfinity();
279 double pinf = uprv_getInfinity();
280 double ninf = -uprv_getInfinity();
370 double pinf = uprv_getInfinity();
371 double ninf = -uprv_getInfinity();
[all...]
H A Dnmfmtrt.cpp151 test(fmt, uprv_getInfinity());
152 test(fmt, -uprv_getInfinity());
H A Dtsnmfmt.cpp212 tryIt(uprv_getInfinity());
213 tryIt(-uprv_getInfinity());
H A Dmsfmrgts.cpp596 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
626 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status));
655 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
685 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status));
H A Dnumfmtst.cpp6565 double inf = uprv_getInfinity();
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dputiltst.c107 doAssert(uprv_trunc(uprv_getInfinity()), uprv_getInfinity(), "uprv_trunc(uprv_getInfinity()) failed. with parameter=Infinity");
114 isTrue=uprv_isNegativeInfinity(uprv_getInfinity() * -1);
119 isTrue=uprv_isPositiveInfinity(uprv_getInfinity());
124 isTrue=uprv_isInfinite(uprv_getInfinity());
356 double pinf = uprv_getInfinity();
357 double ninf = -uprv_getInfinity();
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dputilimp.h271 U_INTERNAL double U_EXPORT2 uprv_getInfinity(void);
H A Dputil.cpp441 uprv_getInfinity() function
553 return uprv_getInfinity();
H A Dmessagepattern.cpp957 double infinity=uprv_getInfinity();
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Durename.h1309 #define uprv_getInfinity U_ICU_ENTRY_POINT_RENAME(uprv_getInfinity) macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Durename.h1287 #define uprv_getInfinity U_ICU_ENTRY_POINT_RENAME(uprv_getInfinity) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Durename.h1287 #define uprv_getInfinity U_ICU_ENTRY_POINT_RENAME(uprv_getInfinity) macro
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h1287 #define uprv_getInfinity U_ICU_ENTRY_POINT_RENAME(uprv_getInfinity) macro
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddecimfmt.cpp.fixed1284 double inf = uprv_getInfinity();
H A Ddecimfmt.cpp2020 double inf = uprv_getInfinity();

Completed in 383 milliseconds