Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtsdcfmsy.cpp55 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol); in testSymbols()
56 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in testSymbols()
57 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
Dnumfmtst.cpp1350 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in TestSurrogateSupport()
1357 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, (UChar)0x30); in TestSurrogateSupport()
/external/icu4c/i18n/
Ddcfmtsym.cpp234 {kZeroDigitSymbol, 4}, in initialize()
273 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit in initialize()
Ddecimfmt.cpp882 UChar32 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subformat()
1521 UChar32 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subparse()
2893 needQuote = affix.indexOf(getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) >= 0 in appendAffixPattern()
2952 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in toPattern()
3227 zeroDigit = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in applyPattern()
/external/icu4c/i18n/unicode/
Ddcfmtsym.h98 kZeroDigitSymbol, enumerator