Home
last modified time | relevance | path

Searched refs:sawNaN (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_parsednumber.cpp57 bool sawNaN = 0 != (flags & FLAG_NAN); in getDouble() local
61 if (sawNaN) { in getDouble()
89 bool sawNaN = 0 != (flags & FLAG_NAN); in populateFormattable() local
94 if (sawNaN) { in populateFormattable()
/third_party/icu/icu4c/source/i18n/
Dnumparse_parsednumber.cpp57 bool sawNaN = 0 != (flags & FLAG_NAN); in getDouble() local
61 if (sawNaN) { in getDouble()
89 bool sawNaN = 0 != (flags & FLAG_NAN); in populateFormattable() local
94 if (sawNaN) { in populateFormattable()
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_parsednumber.cpp57 bool sawNaN = 0 != (flags & FLAG_NAN); in getDouble() local
61 if (sawNaN) { in getDouble()
89 bool sawNaN = 0 != (flags & FLAG_NAN); in populateFormattable() local
94 if (sawNaN) { in populateFormattable()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DParsedNumber.java141 boolean sawNaN = 0 != (flags & FLAG_NAN); in getNumber()
147 if (sawNaN) { in getNumber()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DParsedNumber.java139 boolean sawNaN = 0 != (flags & FLAG_NAN); in getNumber()
145 if (sawNaN) { in getNumber()