Lines Matching refs:notation

115             NumberFormatter::with().notation(Notation::simple()),  in notationSimple()
141 NumberFormatter::with().notation(Notation::scientific()), in notationScientific()
156 NumberFormatter::with().notation(Notation::engineering()), in notationScientific()
171 NumberFormatter::with().notation( in notationScientific()
187 NumberFormatter::with().notation(Notation::scientific().withMinExponentDigits(2)), in notationScientific()
202 NumberFormatter::with().notation(Notation::scientific()), in notationScientific()
212 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
227 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
242 NumberFormatter::with().notation(Notation::compactShort()).unit(USD), in notationCompact()
257 NumberFormatter::with().notation(Notation::compactShort()) in notationCompact()
274 NumberFormatter::with().notation(Notation::compactShort()) in notationCompact()
293 NumberFormatter::with().notation(Notation::compactLong()).unit(USD), in notationCompact()
310 NumberFormatter::with().notation(Notation::compactLong()) in notationCompact()
328 NumberFormatter::with().notation(Notation::compactLong()) in notationCompact()
345 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
353 NumberFormatter::with().notation(Notation::compactLong()), in notationCompact()
361 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
369 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
377 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
385 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
393 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
401 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
409 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
417 NumberFormatter::with().notation(Notation::compactShort()), in notationCompact()
461 NumberFormatter::with().notation(Notation::compactLong()) in unitMeasure()
1586 NumberFormatter::with().notation(Notation::compactShort()).symbols(FRENCH_SYMBOLS), in symbols()
2348 VALID_RANGE_ONEARG(notation, Notation::scientific().withMinExponentDigits, 1); in validRanges()