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()278 ? DecimalFormatSymbols::kZeroDigitSymbol in testDigitSymbols()296 DecimalFormatSymbols::kZeroDigitSymbol, in testDigitSymbols()337 DecimalFormatSymbols::kZeroDigitSymbol, in testDigitSymbols()
324 dfs.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, u'໐'); in TestLocalizedPatternSymbolCoverage()1831 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in TestSurrogateSupport()1841 custom.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, (UChar)0x30); in TestSurrogateSupport()9138 dfs.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, u"", FALSE); in Test13804_EmptyStringsWhenParsing()
100 kZeroDigitSymbol, enumerator527 return fSymbols[kZeroDigitSymbol]; in getConstDigitSymbol()551 if (symbol == kZeroDigitSymbol) {
373 fSymbols[kZeroDigitSymbol].setTo(digit); in initialize()528 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit in initialize()555 U_ASSERT(fCodePointZero == fSymbols[kZeroDigitSymbol].char32At(0)); in initialize()
300 preExponent.append(dfs.getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol)); in getPreExponent()