Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2585 static void parseCurrencyAmount(const UnicodeString& str, in parseCurrencyAmount() function
2723 parseCurrencyAmount(currAmt, *ref, (UChar)0x2F/*'/'*/, n, ec); in TestCases()
2724 if (assertSuccess("parseCurrencyAmount", ec)) { in TestCases()
2730 parseCurrencyAmount(currAmt, *ref, (UChar)0x2F/*'/'*/, n, ec); in TestCases()
2731 if (assertSuccess("parseCurrencyAmount", ec)) { in TestCases()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java2093 private static CurrencyAmount parseCurrencyAmount(String str, NumberFormat fmt, in parseCurrencyAmount() method in NumberFormatTest
2283 CurrencyAmount target = parseCurrencyAmount(currAmt, ref, '/'); in TestCases()
2287 target = parseCurrencyAmount(tokens.next(), ref, '/'); in TestCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2090 private static CurrencyAmount parseCurrencyAmount(String str, NumberFormat fmt, in parseCurrencyAmount() method in NumberFormatTest
2280 CurrencyAmount target = parseCurrencyAmount(currAmt, ref, '/'); in TestCases()
2284 target = parseCurrencyAmount(tokens.next(), ref, '/'); in TestCases()

Completed in 31 milliseconds