Searched refs:uprv_isNaN (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsputil.cpp85 if( uprv_isNaN(result) &&
86 ! ( uprv_isNaN(x) || uprv_isNaN(y))) {
192 UBool nanResultOK = (uprv_isNaN(a) || uprv_isNaN(b));
194 if(uprv_isNaN(result) && ! nanResultOK) {
201 else if(result != exp && ! (uprv_isNaN(result) || uprv_isNaN(exp)))
224 logln("and uses uprv_isNaN(). Therefore, most failing NaN tests only report warnings.");
376 if(uprv_isNaN(na
[all...]
H A Dtsdate.cpp232 } while (uprv_isNaN(d) || uprv_isInfinite(d));
245 } while (uprv_isNaN(d) || uprv_isInfinite(d)
H A Dtsnmfmt.cpp111 } while (uprv_isNaN(d) || uprv_isInfinite(d)
H A Dmsfmrgts.cpp316 if (pos.getErrorIndex() == -1 && ! uprv_isNaN(obj.getDouble()))
/external/icu4c/test/intltest/
H A Dtsputil.cpp84 if( uprv_isNaN(result) &&
85 ! ( uprv_isNaN(x) || uprv_isNaN(y))) {
191 UBool nanResultOK = (uprv_isNaN(a) || uprv_isNaN(b));
193 if(uprv_isNaN(result) && ! nanResultOK) {
200 else if(result != exp && ! (uprv_isNaN(result) || uprv_isNaN(exp)))
223 logln("and uses uprv_isNaN(). Therefore, most failing NaN tests only report warnings.");
375 if(uprv_isNaN(na
[all...]
H A Dtsdate.cpp232 } while (uprv_isNaN(d) || uprv_isInfinite(d));
245 } while (uprv_isNaN(d) || uprv_isInfinite(d)
H A Dtsnmfmt.cpp120 } while (uprv_isNaN(d) || uprv_isInfinite(d)
H A Dmsfmrgts.cpp318 if (pos.getErrorIndex() == -1 && ! uprv_isNaN(obj.getDouble()))
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dputiltst.c381 if( uprv_isNaN(result) &&
382 ! ( uprv_isNaN(x) || uprv_isNaN(y))) {
397 if( uprv_isNaN(x) || uprv_isNaN(y) ) {
398 if(!uprv_isNaN(x) || !uprv_isNaN(y) ) {
/external/icu4c/test/cintltst/
H A Dputiltst.c392 if( uprv_isNaN(result) &&
393 ! ( uprv_isNaN(x) || uprv_isNaN(y))) {
408 if( uprv_isNaN(x) || uprv_isNaN(y) ) {
409 if(!uprv_isNaN(x) || !uprv_isNaN(y) ) {
/external/chromium_org/third_party/icu/source/common/
H A Dputilimp.h36 U_INTERNAL UBool U_EXPORT2 uprv_isNaN(double d);
H A Dputil.c338 uprv_isNaN(double number) function
491 if(uprv_isNaN(x) || uprv_isNaN(y))
509 if(uprv_isNaN(x) || uprv_isNaN(y))
534 if(uprv_isNaN(d))
/external/icu4c/common/
H A Dputil.cpp354 uprv_isNaN(double number) function
507 if(uprv_isNaN(x) || uprv_isNaN(y))
525 if(uprv_isNaN(x) || uprv_isNaN(y))
550 if(uprv_isNaN(d))
H A Dputilimp.h246 U_INTERNAL UBool U_EXPORT2 uprv_isNaN(double d);
/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.cpp63 return(uprv_isNaN(d));
H A Dnfrs.cpp732 if (!uprv_isNaN(d)) {
H A Ddecimfmt.cpp999 if (uprv_isNaN(number))
/external/icu4c/i18n/
H A Dastro.cpp63 return(uprv_isNaN(d));
H A Dnfrs.cpp757 if (!uprv_isNaN(d)) {
H A Drbnf.cpp1056 if (uprv_isNaN(number)) {
H A Ddecimfmt.cpp1258 if (uprv_isNaN(number))
/external/icu4c/common/unicode/
H A Durename.h1324 #define uprv_isNaN U_ICU_ENTRY_POINT_RENAME(uprv_isNaN) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1301 #define uprv_isNaN U_ICU_ENTRY_POINT_RENAME(uprv_isNaN) macro

Completed in 576 milliseconds