Searched refs:kZeroDigitSymbol (Results 1 – 8 of 8) sorted by relevance
53 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()
2121 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in TestSurrogateSupport()2131 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, (UChar)0x30); in TestSurrogateSupport()
100 kZeroDigitSymbol, enumerator477 if ( propogateDigits && symbol == kZeroDigitSymbol && value.countChar32() == 1 ) {
241 fSymbols[kZeroDigitSymbol].setTo(digit); in initialize()409 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit in initialize()
303 preExponent.append(dfs.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol)); in getPreExponent()
44 … fLocalizedDigits[0] = symbols.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in setOtherDecimalFormatSymbols()
108 DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in useSymbols()
1220 UChar32 zero = fImpl->getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subparse()1483 …l((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kZeroDigitSymbol)).char32At(0)… in subparse()