Home | History | Annotate | Download | only in i18n

Lines Matching refs:padChar

2544 void DecimalFormat::setPadCharacter(const UnicodeString &padChar) {
2546 if (padChar.length() > 0) {
2547 pad = padChar.char32At(0);