Searched refs:SWAP_LOC (Results 1 – 3 of 3) sorted by relevance
23 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local29 this(SRC_LOC, SWAP_LOC); in TestRegistration()78 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1285 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local1292 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()1304 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
254 #define SWAP_LOC Locale::getUS() macro264 currencyStyle = NumberFormat::createInstance(SWAP_LOC, status); in NFTestFactory()303 LocalPointer<NumberFormat> f0(NumberFormat::createInstance(SWAP_LOC, status)); in testRegistration()