Home
last modified time | relevance | path

Searched refs:kNaNSymbol (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp102 UnicodeString nan(en.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
103 fr.setSymbol(DecimalFormatSymbols::kNaNSymbol, nan); in testSymbols()
104 UnicodeString nan2(fr.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
237 … UnicodeString((UChar)0xfffd), lastResort->getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testLastResortData()
238 lastResort->setSymbol(DecimalFormatSymbols::kNaNSymbol, "NaN"); in testLastResortData()
/external/chromium_org/third_party/icu/source/test/intltest/
Dtsdcfmsy.cpp102 UnicodeString nan(en.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
103 fr.setSymbol(DecimalFormatSymbols::kNaNSymbol, nan); in testSymbols()
104 UnicodeString nan2(fr.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
237 … UnicodeString((UChar)0xfffd), lastResort->getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testLastResortData()
238 lastResort->setSymbol(DecimalFormatSymbols::kNaNSymbol, "NaN"); in testLastResortData()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h122 kNaNSymbol, enumerator
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddcfmtsym.h122 kNaNSymbol, enumerator
/external/chromium_org/third_party/icu/source/i18n/
Ddcfmtsym.cpp420 fSymbols[kNaNSymbol] = (UChar)0xfffd; // SUB NaN in initialize()
Drbnf.cpp1059 toAppendTo += decFmtSyms->getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in format()
Ddecimfmt.cpp1446 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1652 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
2160 const UnicodeString *nan = &getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in parse()
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp420 fSymbols[kNaNSymbol] = (UChar)0xfffd; // SUB NaN in initialize()
Ddecimfmt.cpp1528 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
1741 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
2249 const UnicodeString *nan = &getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
Drbnf.cpp1100 toAppendTo += decFmtSyms->getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in format()