Lines Matching refs:USD
23 : USD(u"USD", status), GBP(u"GBP", status), in NumberFormatterApiTest()
204 NumberFormatter::with().notation(Notation::compactShort()).unit(USD), in notationCompact()
219 .unit(USD) in notationCompact()
235 .unit(USD) in notationCompact()
252 NumberFormatter::with().notation(Notation::compactLong()).unit(USD), in notationCompact()
269 .unit(USD) in notationCompact()
286 .unit(USD) in notationCompact()
1187 NumberFormatter::with().adoptSymbols(new NumberingSystem(LATN)).unit(USD), in symbols()
1231 NumberFormatter::with().adoptSymbols(new NumberingSystem(LATN)).unit(USD), in symbols()
1238 NumberFormatter::with().unit(USD), in symbols()
1245 NumberFormatter::with().unit(USD), in symbols()
1252 NumberFormatter::with().unit(USD), in symbols()
1337 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ACCOUNTING).unit(USD), in sign()
1344 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ACCOUNTING).unit(USD), in sign()
1351 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ACCOUNTING_ALWAYS).unit(USD), in sign()
1358 NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ACCOUNTING_ALWAYS).unit(USD), in sign()
1366 .unit(USD) in sign()