Home
last modified time | relevance | path

Searched refs:currencyFormatResult (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3674 UnicodeString currencyFormatResult = ctou(DATA[i][2+j]); in TestMultiCurrencySign() local
3675 if (s.compare(currencyFormatResult)) { in TestMultiCurrencySign()
3676 errln("FAIL format: Expected " + currencyFormatResult + "; Got " + s); in TestMultiCurrencySign()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java563 String currencyFormatResult = DATA[i][2+j]; in TestMultiCurrencySign()
564 if (!s.equals(currencyFormatResult)) { in TestMultiCurrencySign()
565 errln("FAIL format: Expected " + currencyFormatResult + " but got " + s); in TestMultiCurrencySign()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java560 String currencyFormatResult = DATA[i][2+j]; in TestMultiCurrencySign()
561 if (!s.equals(currencyFormatResult)) { in TestMultiCurrencySign()
562 errln("FAIL format: Expected " + currencyFormatResult + " but got " + s); in TestMultiCurrencySign()

Completed in 36 milliseconds