Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp105 UnicodeString nan(en.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
106 fr.setSymbol(DecimalFormatSymbols::kNaNSymbol, nan); in testSymbols()
107 UnicodeString nan2(fr.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
240 … UnicodeString((UChar)0xfffd), lastResort->getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testLastResortData()
241 lastResort->setSymbol(DecimalFormatSymbols::kNaNSymbol, "NaN"); in testLastResortData()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h126 kNaNSymbol, enumerator
/external/icu/icu4c/source/i18n/
Ddigitformatter.cpp60 fNan.setTo(symbols.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), UNUM_INTEGER_FIELD); in setOtherDecimalFormatSymbols()
Ddcfmtsym.cpp527 fSymbols[kNaNSymbol] = (UChar)0xfffd; // SUB NaN in initialize()
Dnumber_formatimpl.cpp398 micros.symbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kNaNSymbol), in writeNumber()
Drbnf.cpp1918 rule.append(getDecimalFormatSymbols()->getSymbol(DecimalFormatSymbols::kNaNSymbol)); in initializeDefaultNaNRule()
Ddecimfmt.cpp968 const UnicodeString *nan = &fImpl->getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in parse()