Searched refs:kZeroDigitSymbol (Results 1 – 5 of 5) sorted by relevance
57 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()
1652 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in TestSurrogateSupport()1662 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, (UChar)0x30); in TestSurrogateSupport()
100 kZeroDigitSymbol, enumerator430 if ( propogateDigits && symbol == kZeroDigitSymbol && value.countChar32() == 1 ) {
219 setSymbol(kZeroDigitSymbol,DigitString->charAt(0),FALSE); in initialize()400 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit in initialize()
1197 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()