Lines Matching refs:NumberFormatter
86 .numberFormatterBoth(NumberFormatter::with().unit(METER)), in testBasic()
102 .numberFormatterFirst(NumberFormatter::with().unit(METER)) in testBasic()
103 .numberFormatterSecond(NumberFormatter::with().unit(KILOMETER)), in testBasic()
119 … .numberFormatterBoth(NumberFormatter::with().unit(METER).unitWidth(UNUM_UNIT_WIDTH_FULL_NAME)), in testBasic()
135 ….numberFormatterBoth(NumberFormatter::with().unit(FAHRENHEIT).unitWidth(UNUM_UNIT_WIDTH_FULL_NAME)… in testBasic()
167 .numberFormatterBoth(NumberFormatter::with().unit(KELVIN)), in testBasic()
199 .numberFormatterBoth(NumberFormatter::with().unit(PTE)), in testBasic()
217 .numberFormatterBoth(NumberFormatter::with().unit(USD)), in testCollapse()
233 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse()
250 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse()
267 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse()
284 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse()
300 .numberFormatterBoth(NumberFormatter::with() in testCollapse()
320 .numberFormatterBoth(NumberFormatter::with() in testCollapse()
340 .numberFormatterBoth(NumberFormatter::with() in testCollapse()
360 .numberFormatterBoth(NumberFormatter::with() in testCollapse()
382 .numberFormatterBoth(NumberFormatter::with().unit(METER)), in testCollapse()
399 .numberFormatterBoth(NumberFormatter::with().unit(METER)), in testCollapse()
416 .numberFormatterBoth(NumberFormatter::with().unit(METER)), in testCollapse()
432 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse()
449 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse()
465 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
482 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
499 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
516 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
533 .numberFormatterBoth(NumberFormatter::with().notation(Notation::scientific())), in testCollapse()
550 .numberFormatterBoth(NumberFormatter::with().notation(Notation::scientific())), in testCollapse()
617 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort())), in testIdentity()
633 NumberFormatter::with().unit(FAHRENHEIT).unitWidth(UNUM_UNIT_WIDTH_FULL_NAME)), in testIdentity()
651 .numberFormatterFirst(NumberFormatter::with().precision(Precision::integer())) in testDifferentFormatters()
652 … .numberFormatterSecond(NumberFormatter::with().precision(Precision::fixedSignificantDigits(2))), in testDifferentFormatters()
678 UnlocalizedNumberFormatter unf = NumberFormatter::with() in testPlurals()
736 .numberFormatterBoth(NumberFormatter::with() in testFieldPositions()
798 .numberFormatterBoth(NumberFormatter::with().unit(USD)); in testCopyMove()
870 .numberFormatterBoth(NumberFormatter::with().unit(USD)); in testGetDecimalNumbers()