Home
last modified time | relevance | path

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

/external/icu4c/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()
Dnumfmtst.cpp1652 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in TestSurrogateSupport()
1662 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, (UChar)0x30); in TestSurrogateSupport()
/external/icu4c/i18n/unicode/
Ddcfmtsym.h100 kZeroDigitSymbol, enumerator
430 if ( propogateDigits && symbol == kZeroDigitSymbol && value.countChar32() == 1 ) {
/external/icu4c/i18n/
Ddcfmtsym.cpp219 setSymbol(kZeroDigitSymbol,DigitString->charAt(0),FALSE); in initialize()
400 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit in initialize()
Ddecimfmt.cpp1197 localizedDigits[0] = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subformat()
1901 UChar32 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subparse()
1981 …l((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kZeroDigitSymbol)).char32At(0)… in subparse()
3590 needQuote = affix.indexOf(getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) >= 0 in appendAffixPattern()
3659 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in toPattern()
3934 zeroDigit = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in applyPatternWithoutExpandAffix()