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.java1734 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
1741 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1753 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatRegistrationTest.java24 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
30 this(SRC_LOC, SWAP_LOC); in TestRegistration()
79 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
DNumberFormatTest.java1735 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
1742 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1754 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp256 #define SWAP_LOC Locale::getUS() macro
266 currencyStyle = NumberFormat::createInstance(SWAP_LOC, status); in NFTestFactory()
305 LocalPointer<NumberFormat> f0(NumberFormat::createInstance(SWAP_LOC, status)); in testRegistration()