Home | History | Annotate | Download | only in intltest

Lines Matching full:curramt

21 #include "unicode/curramt.h"
1870 UnicodeString pat, tok, mloc, str, out, where, currAmt;
1973 if (!tokens.next(currAmt, ec)) goto error;
1975 parseCurrencyAmount(currAmt, *ref, (UChar)0x2F/*'/'*/, n, ec);
1977 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")",
1981 if (!tokens.next(currAmt, ec)) goto error;
1982 parseCurrencyAmount(currAmt, *ref, (UChar)0x2F/*'/'*/, n, ec);