Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp1060 } else if(0x0030 != getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0)) { in handleChanged()
1249 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1360 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1406 appendTo += getConstSymbol(DecimalFormatSymbols::kInfinitySymbol); in _format()
1484 localizedDigits[0] = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subformat()
1485 localizedDigits[1] = getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol).char32At(0); in subformat()
1486 localizedDigits[2] = getConstSymbol(DecimalFormatSymbols::kTwoDigitSymbol).char32At(0); in subformat()
1487 localizedDigits[3] = getConstSymbol(DecimalFormatSymbols::kThreeDigitSymbol).char32At(0); in subformat()
1488 localizedDigits[4] = getConstSymbol(DecimalFormatSymbols::kFourDigitSymbol).char32At(0); in subformat()
1489 localizedDigits[5] = getConstSymbol(DecimalFormatSymbols::kFiveDigitSymbol).char32At(0); in subformat()
[all …]
Dunum.cpp704 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol). in unum_getSymbol()
Drbnf.cpp1059 toAppendTo += decFmtSyms->getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in format()
/external/icu4c/i18n/unicode/
Ddcfmtsym.h355 inline const UnicodeString &getConstSymbol(ENumberFormatSymbol symbol) const;
413 DecimalFormatSymbols::getConstSymbol(ENumberFormatSymbol symbol) const { in getConstSymbol() function
Ddecimfmt.h2125 …inline const UnicodeString &getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol symbol) const;
2452 DecimalFormat::getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol symbol) const { in getConstSymbol() function
2453 return fSymbols->getConstSymbol(symbol); in getConstSymbol()