Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtsdcfmsy.cpp106 UnicodeString nan(en.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
107 fr.setSymbol(DecimalFormatSymbols::kNaNSymbol, nan); in testSymbols()
108 UnicodeString nan2(fr.getSymbol(DecimalFormatSymbols::kNaNSymbol)); in testSymbols()
/external/icu4c/i18n/unicode/
Ddcfmtsym.h122 kNaNSymbol, enumerator
/external/icu4c/i18n/
Ddcfmtsym.cpp417 fSymbols[kNaNSymbol] = (UChar)0xfffd; // SUB NaN in initialize()
Drbnf.cpp1059 toAppendTo += decFmtSyms->getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in format()
Ddecimfmt.cpp1249 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1360 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1915 const UnicodeString *nan = &getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in parse()