Home | History | Annotate | Download | only in unicode

Lines Matching refs:padChar

2442    * Pad the start of this UnicodeString with the character <TT>padChar</TT>.
2444 * length() - targetLength copies of padChar will be added to the
2447 * @param padChar the character to use for padding. Defaults to
2453 UChar padChar = 0x0020);
2456 * Pad the end of this UnicodeString with the character <TT>padChar</TT>.
2458 * length() - targetLength copies of padChar will be added to the
2461 * @param padChar the character to use for padding. Defaults to
2467 UChar padChar = 0x0020);