Home | History | Annotate | Download | only in number

Lines Matching defs:compactStyle

20 import com.ibm.icu.text.CompactDecimalFormat.CompactStyle;
38 final CompactStyle compactStyle;
41 /* package-private */ CompactNotation(CompactStyle compactStyle) {
43 this.compactStyle = compactStyle;
47 compactStyle = null;
74 if (notation.compactStyle != null) {
75 data.populate(locale, nsName, notation.compactStyle, compactType);