Home
last modified time | relevance | path

Searched refs:kNaNSymbol (Results 1 – 6 of 6) 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/
Ddigitformatter.cpp58 fNan.setTo(symbols.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), UNUM_INTEGER_FIELD); in setOtherDecimalFormatSymbols()
Ddcfmtsym.cpp429 fSymbols[kNaNSymbol] = (UChar)0xfffd; // SUB NaN in initialize()
Drbnf.cpp1782 rule.append(getDecimalFormatSymbols()->getSymbol(DecimalFormatSymbols::kNaNSymbol)); in initializeDefaultNaNRule()
Ddecimfmt.cpp953 const UnicodeString *nan = &fImpl->getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in parse()