Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp57 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol); in testSymbols()
58 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in testSymbols()
59 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
278 ? DecimalFormatSymbols::kZeroDigitSymbol in testDigitSymbols()
296 DecimalFormatSymbols::kZeroDigitSymbol, in testDigitSymbols()
337 DecimalFormatSymbols::kZeroDigitSymbol, in testDigitSymbols()
Dnumfmtst.cpp324 dfs.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, u'໐'); in TestLocalizedPatternSymbolCoverage()
1831 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in TestSurrogateSupport()
1841 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, (UChar)0x30); in TestSurrogateSupport()
9138 dfs.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, u"", FALSE); in Test13804_EmptyStringsWhenParsing()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h100 kZeroDigitSymbol, enumerator
527 return fSymbols[kZeroDigitSymbol]; in getConstDigitSymbol()
551 if (symbol == kZeroDigitSymbol) {
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp373 fSymbols[kZeroDigitSymbol].setTo(digit); in initialize()
528 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit in initialize()
555 U_ASSERT(fCodePointZero == fSymbols[kZeroDigitSymbol].char32At(0)); in initialize()
Dscientificnumberformatter.cpp300 preExponent.append(dfs.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol)); in getPreExponent()