Class NumberSkeletonImpl.GeneratorHelpers
java.lang.Object
com.ibm.icu.number.NumberSkeletonImpl.GeneratorHelpers
- Enclosing class:
NumberSkeletonImpl
Utility class for methods for generating a token corresponding to each macro-prop. Each method
returns whether or not a token was written to the string builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleandecimal(MacroProps macros, StringBuilder sb) private static booleangrouping(MacroProps macros, StringBuilder sb) private static booleanintegerWidth(MacroProps macros, StringBuilder sb) private static booleannotation(MacroProps macros, StringBuilder sb) private static booleanprecision(MacroProps macros, StringBuilder sb) private static booleanroundingMode(MacroProps macros, StringBuilder sb) private static booleanscale(MacroProps macros, StringBuilder sb) private static booleansign(MacroProps macros, StringBuilder sb) private static booleansymbols(MacroProps macros, StringBuilder sb) private static booleanunit(MacroProps macros, StringBuilder sb) private static booleanunitWidth(MacroProps macros, StringBuilder sb) private static booleanusage(MacroProps macros, StringBuilder sb)
-
Constructor Details
-
GeneratorHelpers
GeneratorHelpers()
-
-
Method Details
-
notation
-
unit
-
usage
-
precision
-
roundingMode
-
grouping
-
integerWidth
-
symbols
-
unitWidth
-
sign
-
decimal
-
scale
-