• Home
  • Raw
  • Download

Lines Matching refs:notation

161             NumberFormatter::with().notation(Notation::simple()),  in notationSimple()
189 NumberFormatter::with().notation(Notation::scientific()), in notationScientific()
205 NumberFormatter::with().notation(Notation::engineering()), in notationScientific()
221 NumberFormatter::with().notation( in notationScientific()
238 NumberFormatter::with().notation(Notation::scientific().withMinExponentDigits(2)), in notationScientific()
254 NumberFormatter::with().notation(Notation::scientific()), in notationScientific()
263 NumberFormatter::with().notation(Notation::scientific()), in notationScientific()
272 NumberFormatter::with().notation(Notation::scientific()), in notationScientific()
283 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
299 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
315 NumberFormatter::with().notation(Notation::compactShort()).unit(USD), in notationCompact()
331 NumberFormatter::with().notation(Notation::compactShort()) in notationCompact()
349 NumberFormatter::with().notation(Notation::compactShort()) in notationCompact()
369 NumberFormatter::with().notation(Notation::compactLong()).unit(USD), in notationCompact()
387 NumberFormatter::with().notation(Notation::compactLong()) in notationCompact()
406 NumberFormatter::with().notation(Notation::compactLong()) in notationCompact()
424 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
433 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
442 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
451 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
460 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
469 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
478 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
487 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
496 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
505 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
514 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
523 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
532 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
581 NumberFormatter::with().notation(Notation::compactLong()) in unitMeasure()
752 .notation(Notation::scientific()), in unitMeasure()
846 .notation(Notation::scientific()), // in unitMeasure()
1662 .notation(Notation::scientific()) in unitUsage()
1977 .notation(Notation::compactShort()), in unitUsageSkeletons()
1989 .notation(Notation::compactShort()) in unitUsageSkeletons()
2002 .notation(Notation::compactLong()) in unitUsageSkeletons()
2015 .notation(Notation::compactLong()) in unitUsageSkeletons()
2025 NumberFormatter::with().unit(METER).usage("road").notation(Notation::scientific()), in unitUsageSkeletons()
2038 .notation(Notation::scientific()) in unitUsageSkeletons()
2051 .notation(Notation::scientific()) in unitUsageSkeletons()
2887 .notation(Notation::compactShort()) in unitPercent()
2906 .notation(Notation::compactShort()) in unitPercent()
2926 .notation(Notation::compactShort()) in unitPercent()
3769 NumberFormatter::with().notation(Notation::scientific()), in roundingOther()
3784 NumberFormatter::with().notation(Notation::scientific()), in roundingOther()
4345 .notation(Notation::compactShort()) in integerWidth()
4363 .notation(Notation::scientific()) in integerWidth()
4381 .notation(Notation::engineering()) in integerWidth()
4479 NumberFormatter::with().notation(Notation::compactShort()).symbols(FRENCH_SYMBOLS), in symbols()
5201 .notation(Notation::compactLong()).locale("fr").unitWidth(UNUM_UNIT_WIDTH_FULL_NAME); in locale()
5515 NumberFormatter::with().notation(Notation::compactShort()), in fieldPositionCoverage()
5536 NumberFormatter::with().notation(Notation::compactLong()), in fieldPositionCoverage()
5557 NumberFormatter::with().notation(Notation::compactLong()), in fieldPositionCoverage()
5578 NumberFormatter::with().notation(Notation::compactLong()), in fieldPositionCoverage()
5599 NumberFormatter::with().notation(Notation::compactShort()).unit(USD), in fieldPositionCoverage()
5646 NumberFormatter::with().notation(Notation::compactLong()) in fieldPositionCoverage()
5844 VALID_RANGE_ONEARG(notation, Notation::scientific().withMinExponentDigits, 1); in validRanges()