Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp119 UnicodeString exponential(en.getSymbol(DecimalFormatSymbols::kExponentialSymbol)); in testSymbols()
120 fr.setSymbol(DecimalFormatSymbols::kExponentialSymbol, exponential); in testSymbols()
121 …if(fr.getSymbol(DecimalFormatSymbols::kExponentialSymbol) != en.getSymbol(DecimalFormatSymbols::kE… in testSymbols()
Dnumfmtspectest.cpp231 sym->setSymbol(DecimalFormatSymbols::kExponentialSymbol, "EE"); in TestPadding()
Dnumfmtst.cpp330 dfs.setSymbol(DecimalFormatSymbols::kExponentialSymbol, u"⁑⁑"); // tests multi-char sequence in TestLocalizedPatternSymbolCoverage()
1799 custom.setSymbol(DecimalFormatSymbols::kExponentialSymbol, "exponent"); in TestSurrogateSupport()
9149 dfs.setSymbol(DecimalFormatSymbols::kExponentialSymbol, u"", FALSE); in Test13804_EmptyStringsWhenParsing()
9196 dfs.setSymbol(DecimalFormatSymbols::kExponentialSymbol, u"E", FALSE); in Test13804_EmptyStringsWhenParsing()
/external/icu/icu4c/source/i18n/
Dnumparse_scientific.cpp35 : fExponentSeparatorString(dfs.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol)), in ScientificMatcher()
Dnumber_scientific.cpp46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply()
Ddcfmtsym.cpp544 fSymbols[kExponentialSymbol] = (UChar)0x45; // 'E' exponential in initialize()
Dnumber_patternstring.cpp892 table[8][localIdx] = symbols.getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in convertLocalized()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h114 kExponentialSymbol, enumerator