Home
last modified time | relevance | path

Searched refs:SWAP_LOC (Results 1 – 3 of 3) 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.java1285 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
1292 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1304 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()