Lines Matching refs:padChar
2612 * Pad the start of this UnicodeString with the character <TT>padChar</TT>.
2614 * length() - targetLength copies of padChar will be added to the
2617 * @param padChar the character to use for padding. Defaults to
2623 UChar padChar = 0x0020);
2626 * Pad the end of this UnicodeString with the character <TT>padChar</TT>.
2628 * length() - targetLength copies of padChar will be added to the
2631 * @param padChar the character to use for padding. Defaults to
2637 UChar padChar = 0x0020);