Searched refs:SWAP_LOC (Results 1 – 5 of 5) 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()
1734 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local1741 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()1753 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
24 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local30 this(SRC_LOC, SWAP_LOC); in TestRegistration()79 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1735 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local1742 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()1754 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
256 #define SWAP_LOC Locale::getUS() macro266 currencyStyle = NumberFormat::createInstance(SWAP_LOC, status); in NFTestFactory()305 LocalPointer<NumberFormat> f0(NumberFormat::createInstance(SWAP_LOC, status)); in testRegistration()