Lines Matching refs:padChar
2403 * Pad the start of this UnicodeString with the character <TT>padChar</TT>.
2405 * length() - targetLength copies of padChar will be added to the
2408 * @param padChar the character to use for padding. Defaults to
2414 UChar padChar = 0x0020);
2417 * Pad the end of this UnicodeString with the character <TT>padChar</TT>.
2419 * length() - targetLength copies of padChar will be added to the
2422 * @param padChar the character to use for padding. Defaults to
2428 UChar padChar = 0x0020);