Uses of Enum
com.ibm.icu.impl.number.Padder.PadPosition
Packages that use Padder.PadPosition
-
Uses of Padder.PadPosition in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as Padder.PadPositionModifier and TypeFieldDescriptionPatternStringParser.ParsedSubpatternInfo.paddingLocation
private Padder.PadPosition
DecimalFormatProperties.padPosition
(package private) Padder.PadPosition
Padder.position
Methods in com.ibm.icu.impl.number that return Padder.PadPositionModifier and TypeMethodDescriptionstatic Padder.PadPosition
Padder.PadPosition.fromOld
(int old) DecimalFormatProperties.getPadPosition()
static Padder.PadPosition
Returns the enum constant of this type with the specified name.static Padder.PadPosition[]
Padder.PadPosition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl.number with parameters of type Padder.PadPositionModifier and TypeMethodDescriptionstatic Padder
Padder.codePoints
(int cp, int targetWidth, Padder.PadPosition position) private static void
PatternStringParser.consumePadding
(PatternStringParser.ParserState state, PatternStringParser.ParsedSubpatternInfo result, Padder.PadPosition paddingLocation) DecimalFormatProperties.setPadPosition
(Padder.PadPosition paddingLocation) Sets the location where the padding string is to be inserted to maintain the padding width: one of BEFORE_PREFIX, AFTER_PREFIX, BEFORE_SUFFIX, or AFTER_SUFFIX.Constructors in com.ibm.icu.impl.number with parameters of type Padder.PadPositionModifierConstructorDescriptionPadder
(String paddingString, int targetWidth, Padder.PadPosition position)