Lines Matching refs:currAmt
166 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos)); in TestAPI() local
2160 UnicodeString pat, tok, mloc, str, out, where, currAmt; in TestCases() local
2264 if (!tokens.next(currAmt, ec)) goto error; in TestCases()
2266 parseCurrencyAmount(currAmt, *ref, (UChar)0x2F/*'/'*/, n, ec); in TestCases()
2268 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases()
2272 if (!tokens.next(currAmt, ec)) goto error; in TestCases()
2273 parseCurrencyAmount(currAmt, *ref, (UChar)0x2F/*'/'*/, n, ec); in TestCases()
6024 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos)); in TestParseCurrencyInUCurr() local
6026 double doubleVal = currAmt->getNumber().getDouble(status); in TestParseCurrencyInUCurr()
6047 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos)); in TestParseCurrencyInUCurr() local
6049 double doubleVal = currAmt->getNumber().getDouble(status); in TestParseCurrencyInUCurr()