Lines Matching refs:Padder
136 class Padder; variable
1298 class U_I18N_API Padder : public UMemory {
1302 static Padder none();
1305 static Padder codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position);
1309 static Padder forProperties(const DecimalFormatProperties& properties);
1321 Padder(UChar32 cp, int32_t width, UNumberFormatPadPosition position);
1323 Padder(int32_t width);
1325 Padder(UErrorCode errorCode) : fWidth(-3) { // NOLINT in Padder() function
1329 Padder() : fWidth(-2) {} // NOLINT in Padder() function
1384 Padder padder; // = Padder(); (bogus)
2035 Derived padding(const impl::Padder &padder) const &;
2038 Derived padding(const impl::Padder &padder) &&;