Home
last modified time | relevance | path

Searched refs:SWAP_LOC (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegistrationTest.java23 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
29 this(SRC_LOC, SWAP_LOC); in TestRegistration()
78 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
DNumberFormatTest.java1687 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
1694 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1706 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatRegistrationTest.java27 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
33 this(SRC_LOC, SWAP_LOC); in TestRegistration()
82 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
DNumberFormatTest.java1691 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
1698 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1710 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp254 #define SWAP_LOC Locale::getUS() macro
264 currencyStyle = NumberFormat::createInstance(SWAP_LOC, status); in NFTestFactory()
303 LocalPointer<NumberFormat> f0(NumberFormat::createInstance(SWAP_LOC, status)); in testRegistration()