Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp118 UnicodeString exponential(en.getSymbol(DecimalFormatSymbols::kExponentialSymbol)); in testSymbols()
119 fr.setSymbol(DecimalFormatSymbols::kExponentialSymbol, exponential); in testSymbols()
120 …if(fr.getSymbol(DecimalFormatSymbols::kExponentialSymbol) != en.getSymbol(DecimalFormatSymbols::kE… in testSymbols()
Dnumfmtspectest.cpp231 sym->setSymbol(DecimalFormatSymbols::kExponentialSymbol, "EE"); in TestPadding()
Dnumfmtst.cpp2132 custom.setSymbol(DecimalFormatSymbols::kExponentialSymbol, "exponent"); in TestSurrogateSupport()
/external/icu/icu4c/source/i18n/
Dnumber_scientific.cpp45 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply()
Ddigitformatter.cpp61 fExponent = symbols.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in setOtherDecimalFormatSymbols()
Ddcfmtsym.cpp523 fSymbols[kExponentialSymbol] = (UChar)0x45; // 'E' exponential in initialize()
Ddecimalformatpattern.cpp126 DecimalFormatSymbols::kExponentialSymbol); in useSymbols()
Ddecimfmt.cpp1600 tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in subparse()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h118 kExponentialSymbol, enumerator