Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp53 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol); in testSymbols()
54 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in testSymbols()
55 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
Dnumfmtst.cpp2121 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in TestSurrogateSupport()
2131 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, (UChar)0x30); in TestSurrogateSupport()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h100 kZeroDigitSymbol, enumerator
477 if ( propogateDigits && symbol == kZeroDigitSymbol && value.countChar32() == 1 ) {
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp241 fSymbols[kZeroDigitSymbol].setTo(digit); in initialize()
409 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit in initialize()
Dscientificnumberformatter.cpp303 preExponent.append(dfs.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol)); in getPreExponent()
Ddigitformatter.cpp44 … fLocalizedDigits[0] = symbols.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
Ddecimalformatpattern.cpp108 DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in useSymbols()
Ddecimfmt.cpp1220 UChar32 zero = fImpl->getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subparse()
1483 …l((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kZeroDigitSymbol)).char32At(0)… in subparse()