Home | History | Annotate | Download | only in i18n

Lines Matching refs:padChar

2530 void DecimalFormat::setPadCharacter(const UnicodeString &padChar) {
2532 if (padChar.length() > 0) {
2533 pad = padChar.char32At(0);