Home
last modified time | relevance | path

Searched refs:kNaNSymbol (Results 1 – 5 of 5) 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/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h122 kNaNSymbol, enumerator
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp421 fSymbols[kNaNSymbol] = (UChar)0xfffd; // SUB NaN in initialize()
Ddecimfmt.cpp1534 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
1747 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
2255 const UnicodeString *nan = &getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
Drbnf.cpp1103 toAppendTo += decFmtSyms->getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in format()