Package com.ibm.icu.number
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 boolean
decimal
(MacroProps macros, StringBuilder sb) private static boolean
grouping
(MacroProps macros, StringBuilder sb) private static boolean
integerWidth
(MacroProps macros, StringBuilder sb) private static boolean
notation
(MacroProps macros, StringBuilder sb) private static boolean
precision
(MacroProps macros, StringBuilder sb) private static boolean
roundingMode
(MacroProps macros, StringBuilder sb) private static boolean
scale
(MacroProps macros, StringBuilder sb) private static boolean
sign
(MacroProps macros, StringBuilder sb) private static boolean
symbols
(MacroProps macros, StringBuilder sb) private static boolean
unit
(MacroProps macros, StringBuilder sb) private static boolean
unitWidth
(MacroProps macros, StringBuilder sb) private static boolean
usage
(MacroProps macros, StringBuilder sb)
-
Constructor Details
-
GeneratorHelpers
GeneratorHelpers()
-
-
Method Details
-
notation
-
unit
-
usage
-
precision
-
roundingMode
-
grouping
-
integerWidth
-
symbols
-
unitWidth
-
sign
-
decimal
-
scale
-