• Home
  • Raw
  • Download

Lines Matching full:notation

436         u"Default collapse, long-form compact notation",  in testCollapse()
438 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse()
452 u"Unit collapse, long-form compact notation", in testCollapse()
455 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactLong())), in testCollapse()
469 u"Default collapse on measurement unit with compact-short notation", in testCollapse()
471 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
485 u"No collapse on measurement unit with compact-short notation", in testCollapse()
488 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
502 u"Unit collapse on measurement unit with compact-short notation", in testCollapse()
505 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
519 u"All collapse on measurement unit with compact-short notation", in testCollapse()
522 … .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort()).unit(METER)), in testCollapse()
536 u"No collapse on scientific notation", in testCollapse()
539 .numberFormatterBoth(NumberFormatter::with().notation(Notation::scientific())), in testCollapse()
553 u"All collapse on scientific notation", in testCollapse()
556 .numberFormatterBoth(NumberFormatter::with().notation(Notation::scientific())), in testCollapse()
570 // The code is not smart enough to differentiate the notation from the unit. in testCollapse()
620 u"Identity fallback Approximately or Single Value with compact notation", in testIdentity()
623 .numberFormatterBoth(NumberFormatter::with().notation(Notation::compactShort())), in testIdentity()
767 .notation(Notation::compactShort())) in testFieldPositions()