Lines Matching refs:Padder
142 class Padder; variable
1418 class U_I18N_API Padder : public UMemory {
1422 static Padder none();
1425 static Padder codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position);
1428 static Padder forProperties(const DecimalFormatProperties& properties);
1441 Padder(UChar32 cp, int32_t width, UNumberFormatPadPosition position);
1443 Padder(int32_t width);
1445 Padder(UErrorCode errorCode) : fWidth(-3) { // NOLINT in Padder() function
1449 Padder() : fWidth(-2) {} // NOLINT in Padder() function
1504 Padder padder; // = Padder(); (bogus)
2248 Derived padding(const impl::Padder &padder) const &;
2251 Derived padding(const impl::Padder &padder) &&;