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()
1687 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local1694 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()1706 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
27 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local33 this(SRC_LOC, SWAP_LOC); in TestRegistration()82 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1691 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local1698 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()1710 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()