Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp1002 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1073 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1112 appendTo += getConstSymbol(DecimalFormatSymbols::kInfinitySymbol); in _format()
1185 localizedDigits[0] = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subformat()
1186 localizedDigits[1] = getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol).char32At(0); in subformat()
1187 localizedDigits[2] = getConstSymbol(DecimalFormatSymbols::kTwoDigitSymbol).char32At(0); in subformat()
1188 localizedDigits[3] = getConstSymbol(DecimalFormatSymbols::kThreeDigitSymbol).char32At(0); in subformat()
1189 localizedDigits[4] = getConstSymbol(DecimalFormatSymbols::kFourDigitSymbol).char32At(0); in subformat()
1190 localizedDigits[5] = getConstSymbol(DecimalFormatSymbols::kFiveDigitSymbol).char32At(0); in subformat()
1191 localizedDigits[6] = getConstSymbol(DecimalFormatSymbols::kSixDigitSymbol).char32At(0); in subformat()
[all …]
Dunum.cpp865 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol). in unum_getSymbol()
/external/icu4c/i18n/
Ddecimfmt.cpp1072 } else if(0x0030 != getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0)) { in handleChanged()
1261 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1463 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1483 appendTo += getConstSymbol(DecimalFormatSymbols::kInfinitySymbol); in _format()
1544 localizedDigits[0] = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subformat()
1545 localizedDigits[1] = getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol).char32At(0); in subformat()
1546 localizedDigits[2] = getConstSymbol(DecimalFormatSymbols::kTwoDigitSymbol).char32At(0); in subformat()
1547 localizedDigits[3] = getConstSymbol(DecimalFormatSymbols::kThreeDigitSymbol).char32At(0); in subformat()
1548 localizedDigits[4] = getConstSymbol(DecimalFormatSymbols::kFourDigitSymbol).char32At(0); in subformat()
1549 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/chromium_org/third_party/icu/source/i18n/unicode/
Ddcfmtsym.h357 inline const UnicodeString &getConstSymbol(ENumberFormatSymbol symbol) const;
413 DecimalFormatSymbols::getConstSymbol(ENumberFormatSymbol symbol) const { in getConstSymbol() function
Ddecimfmt.h2002 …inline const UnicodeString &getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol symbol) const;
2301 DecimalFormat::getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol symbol) const { in getConstSymbol() function
2302 return fSymbols->getConstSymbol(symbol); in getConstSymbol()
/external/icu4c/i18n/unicode/
Ddcfmtsym.h355 inline const UnicodeString &getConstSymbol(ENumberFormatSymbol symbol) const;
412 DecimalFormatSymbols::getConstSymbol(ENumberFormatSymbol symbol) const { in getConstSymbol() function
Ddecimfmt.h2129 …inline const UnicodeString &getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol symbol) const;
2464 DecimalFormat::getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol symbol) const { in getConstSymbol() function
2465 return fSymbols->getConstSymbol(symbol); in getConstSymbol()