Home | History | Annotate | Download | only in number

Lines Matching defs:compactStyle

21 import android.icu.text.CompactDecimalFormat.CompactStyle;
39 final CompactStyle compactStyle;
42 /* package-private */ CompactNotation(CompactStyle compactStyle) {
44 this.compactStyle = compactStyle;
48 compactStyle = null;
75 if (notation.compactStyle != null) {
76 data.populate(locale, nsName, notation.compactStyle, compactType);