Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatRegistrationTest.java30 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
36 this(SRC_LOC, SWAP_LOC); in TestRegistration()
86 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
DNumberFormatTest.java1510 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
1517 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1529 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegistrationTest.java27 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
33 this(SRC_LOC, SWAP_LOC); in TestRegistration()
83 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
DNumberFormatTest.java1507 final ULocale SWAP_LOC = ULocale.US; in TestRegistration() local
1514 currencyStyle = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
1526 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); in TestRegistration()
/third_party/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()