Searched refs:integerFormat (Results 1 – 2 of 2) sorted by relevance
35 val integerFormat: NumberFormat = NumberFormat.getIntegerInstance() in formatDurationShort() constant36 val hourString: String = integerFormat.format(hours) in formatDurationShort()37 val minuteString: String = integerFormat.format(minutes) in formatDurationShort()
3400 Landroid/icu/text/MeasureFormat;->integerFormat:Landroid/icu/text/MeasureFormat$ImmutableNumberForm…