Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp115 UnicodeString exponential(en.getSymbol(DecimalFormatSymbols::kExponentialSymbol)); in testSymbols()
116 fr.setSymbol(DecimalFormatSymbols::kExponentialSymbol, exponential); in testSymbols()
117 …if(fr.getSymbol(DecimalFormatSymbols::kExponentialSymbol) != en.getSymbol(DecimalFormatSymbols::kE… in testSymbols()
Dnumfmtspectest.cpp229 sym->setSymbol(DecimalFormatSymbols::kExponentialSymbol, "EE"); in TestPadding()
Dnumfmtst.cpp2089 custom.setSymbol(DecimalFormatSymbols::kExponentialSymbol, "exponent"); in TestSurrogateSupport()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h114 kExponentialSymbol, enumerator
/external/icu/icu4c/source/i18n/
Ddigitformatter.cpp59 fExponent = symbols.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in setOtherDecimalFormatSymbols()
Ddcfmtsym.cpp425 fSymbols[kExponentialSymbol] = (UChar)0x45; // 'E' exponential in initialize()
Ddecimalformatpattern.cpp124 DecimalFormatSymbols::kExponentialSymbol); in useSymbols()
Ddecimfmt.cpp1583 tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in subparse()