Lines Matching refs:with

61     LocalizedNumberRangeFormatter lnrf2 = NumberRangeFormatter::with().locale("en-us");  in testSanity()
70 NumberRangeFormatter::with(), in testBasic()
85 NumberRangeFormatter::with() in testBasic()
86 .numberFormatterBoth(NumberFormatter::with().unit(METER)), in testBasic()
101 NumberRangeFormatter::with() in testBasic()
102 .numberFormatterFirst(NumberFormatter::with().unit(METER)) in testBasic()
103 .numberFormatterSecond(NumberFormatter::with().unit(KILOMETER)), in testBasic()
118 NumberRangeFormatter::with() in testBasic()
119 … .numberFormatterBoth(NumberFormatter::with().unit(METER).unitWidth(UNUM_UNIT_WIDTH_FULL_NAME)), in testBasic()
134 NumberRangeFormatter::with() in testBasic()
135 ….numberFormatterBoth(NumberFormatter::with().unit(FAHRENHEIT).unitWidth(UNUM_UNIT_WIDTH_FULL_NAME)… in testBasic()
150 NumberRangeFormatter::with(), in testBasic()
165 NumberRangeFormatter::with() in testBasic()
167 .numberFormatterBoth(NumberFormatter::with().unit(KELVIN)), in testBasic()
182 NumberRangeFormatter::with(), in testBasic()
198 NumberRangeFormatter::with() in testBasic()
199 .numberFormatterBoth(NumberFormatter::with().unit(PTE)), in testBasic()
216 NumberRangeFormatter::with() in testCollapse()
217 .numberFormatterBoth(NumberFormatter::with().unit(USD)), in testCollapse()
232 NumberRangeFormatter::with() in testCollapse()
233 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse()
248 NumberRangeFormatter::with() in testCollapse()
250 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse()
265 NumberRangeFormatter::with() in testCollapse()
267 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse()
282 NumberRangeFormatter::with() in testCollapse()
284 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse()
299 NumberRangeFormatter::with() in testCollapse()
300 .numberFormatterBoth(NumberFormatter::with() in testCollapse()
318 NumberRangeFormatter::with() in testCollapse()
320 .numberFormatterBoth(NumberFormatter::with() in testCollapse()
338 NumberRangeFormatter::with() in testCollapse()
340 .numberFormatterBoth(NumberFormatter::with() in testCollapse()
358 NumberRangeFormatter::with() in testCollapse()
360 .numberFormatterBoth(NumberFormatter::with() in testCollapse()
380 NumberRangeFormatter::with() in testCollapse()
382 .numberFormatterBoth(NumberFormatter::with().unit(METER)), in testCollapse()
397 NumberRangeFormatter::with() in testCollapse()
399 .numberFormatterBoth(NumberFormatter::with().unit(METER)), in testCollapse()
414 NumberRangeFormatter::with() in testCollapse()
416 .numberFormatterBoth(NumberFormatter::with().unit(METER)), in testCollapse()
431 NumberRangeFormatter::with() in testCollapse()
432 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse()
447 NumberRangeFormatter::with() in testCollapse()
449 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse()
464 NumberRangeFormatter::with() in testCollapse()
465 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
480 NumberRangeFormatter::with() in testCollapse()
482 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
497 NumberRangeFormatter::with() in testCollapse()
499 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
514 NumberRangeFormatter::with() in testCollapse()
516 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
531 NumberRangeFormatter::with() in testCollapse()
533 .numberFormatterBoth(NumberFormatter::with().notation(Notation::scientific())), in testCollapse()
548 NumberRangeFormatter::with() in testCollapse()
550 .numberFormatterBoth(NumberFormatter::with().notation(Notation::scientific())), in testCollapse()
570 NumberRangeFormatter::with().identityFallback(UNUM_IDENTITY_FALLBACK_RANGE), in testIdentity()
585 …NumberRangeFormatter::with().identityFallback(UNUM_IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE… in testIdentity()
600 NumberRangeFormatter::with().identityFallback(UNUM_IDENTITY_FALLBACK_SINGLE_VALUE), in testIdentity()
615 NumberRangeFormatter::with() in testIdentity()
617 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort())), in testIdentity()
632 NumberRangeFormatter::with().numberFormatterBoth( in testIdentity()
633 NumberFormatter::with().unit(FAHRENHEIT).unitWidth(UNUM_UNIT_WIDTH_FULL_NAME)), in testIdentity()
650 NumberRangeFormatter::with() in testDifferentFormatters()
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()
691 LocalizedNumberRangeFormatter lnrf = NumberRangeFormatter::with() in testPlurals()
735 NumberRangeFormatter::with() in testFieldPositions()
736 .numberFormatterBoth(NumberFormatter::with() in testFieldPositions()
796 .numberFormatterBoth(NumberFormatter::with().unit(USD)); in testCopyMove()
860 NumberRangeFormatter::with().clone(); in toObject()
868 .numberFormatterBoth(NumberFormatter::with().unit(USD)); in testGetDecimalNumbers()