Home | History | Annotate | Download | only in i18n

Lines Matching refs:fPad

35 *   06/29/99    stephen     Fixed operator= to copy fFormatWidth, fPad,
357 fPad = 0;
393 fPad = kPatternPadEscape;
749 fPad = rhs.fPad;
1805 * Inserts the character fPad as needed to expand result to fFormatWidth.
1818 padding += fPad;
2690 int32_t padLen = U16_LENGTH(fPad);
2692 text.char32At(position) == fPad) {
3478 return UnicodeString(fPad);
3483 fPad = padChar.char32At(0);
3486 fPad = kDefaultPad;
4200 padSpec.append(fPad);
4919 fPad = padChar;