Lines Matching refs:IntegerWidth
107 class IntegerWidth; variable
954 class U_I18N_API IntegerWidth : public UMemory {
967 static IntegerWidth zeroFillTo(int32_t minInt);
980 IntegerWidth truncateAt(int32_t maxInt);
993 IntegerWidth(impl::digits_t minInt, impl::digits_t maxInt, bool formatFailIfMoreThanMaxDigits);
995 IntegerWidth(UErrorCode errorCode) { // NOLINT in IntegerWidth() function
1000 IntegerWidth() { // NOLINT in IntegerWidth() function
1005 static IntegerWidth standard() { in standard()
1006 return IntegerWidth::zeroFillTo(1); in standard()
1023 bool operator==(const IntegerWidth& other) const;
1433 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)
1823 Derived integerWidth(const IntegerWidth &style) const &;
1834 Derived integerWidth(const IntegerWidth &style) &&;