Searched refs:newCurrencyUsage (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 8890 static const UCurrencyUsage newCurrencyUsage = UCurrencyUsage::UCURR_USAGE_CASH; in Test11645_ApplyPatternEquality() local 8892 assertFalse("Value before setter", fmtCopy->getCurrencyUsage() == newCurrencyUsage); in Test11645_ApplyPatternEquality() 8893 fmtCopy->setCurrencyUsage(newCurrencyUsage, status); in Test11645_ApplyPatternEquality() 8894 assertEquals("Value after setter", fmtCopy->getCurrencyUsage(), newCurrencyUsage); in Test11645_ApplyPatternEquality() 8896 assertEquals("Value after applyPattern", fmtCopy->getCurrencyUsage(), newCurrencyUsage); in Test11645_ApplyPatternEquality()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 5138 final CurrencyUsage newCurrencyUsage = CurrencyUsage.CASH; 5140 assertNotEquals("Value before setter", fmtCopy.getCurrencyUsage(), newCurrencyUsage); 5142 assertEquals("Value after setter", fmtCopy.getCurrencyUsage(), newCurrencyUsage); 5144 assertEquals("Value after applyPattern", fmtCopy.getCurrencyUsage(), newCurrencyUsage);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 5135 final CurrencyUsage newCurrencyUsage = CurrencyUsage.CASH; 5137 assertNotEquals("Value before setter", fmtCopy.getCurrencyUsage(), newCurrencyUsage); 5139 assertEquals("Value after setter", fmtCopy.getCurrencyUsage(), newCurrencyUsage); 5141 assertEquals("Value after applyPattern", fmtCopy.getCurrencyUsage(), newCurrencyUsage);
|