Searched refs:currAmt (Results 1 – 9 of 9) sorted by relevance
53 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos); in parseObject() local54 if (currAmt != NULL) { in parseObject()55 result.adoptObject(currAmt); in parseObject()
437 LocalPointer<CurrencyAmount> currAmt(((const NumberFormat*)fmt)->parseCurrency(src, pp)); in unum_parseDoubleCurrency() local448 u_strcpy(currency, currAmt->getISOCurrency()); in unum_parseDoubleCurrency()449 doubleVal = currAmt->getNumber().getDouble(*status); in unum_parseDoubleCurrency()
734 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curr, ec), ec); in parseCurrency() local738 return currAmt.orphan(); in parseCurrency()
2201 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curbuf, ec), ec);2205 return currAmt.orphan();
83 public StringBuffer format(CurrencyAmount currAmt, StringBuffer toAppendTo, FieldPosition pos) { in format() argument85 String currCode = currAmt.getCurrency().getCurrencyCode(); in format()90 fJdkNfmt.format(currAmt.getNumber(), toAppendTo, pos); in format()
338 public final String format(CurrencyAmount currAmt) { in format() argument339 return format(currAmt, new StringBuffer(), in format()389 public StringBuffer format(CurrencyAmount currAmt, in format() argument393 Currency save = getCurrency(), curr = currAmt.getCurrency(); in format()396 format(currAmt.getNumber(), toAppendTo, pos); in format()
809 CurrencyAmount currAmt = fmt.parseCurrency(currStr, parsePos); in TestParseCurrency() local810 …if ( parsePos.getIndex() != item.getCurExpectPos() || (currAmt != null && (currAmt.getNumber().int… in TestParseCurrency()811 … currAmt.getCurrency().getCurrencyCode().compareTo(item.getCurExpectCurr()) != 0)) ) { in TestParseCurrency()812 if (currAmt != null) { in TestParseCurrency()815 …", get " + parsePos.getIndex() + "/" + currAmt.getNumber().intValue() + "/" + currAmt.getCurrency(… in TestParseCurrency()1863 String currAmt = tokens.next(); in TestCases() local1865 CurrencyAmount target = parseCurrencyAmount(currAmt, ref, '/'); in TestCases()1867 … assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases()
178 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos)); in TestAPI() local2193 UnicodeString pat, tok, mloc, str, out, where, currAmt; in TestCases() local2303 if (!tokens.next(currAmt, ec)) goto error; in TestCases()2305 parseCurrencyAmount(currAmt, *ref, (UChar)0x2F/*'/'*/, n, ec); in TestCases()2307 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases()2311 if (!tokens.next(currAmt, ec)) goto error; in TestCases()2312 parseCurrencyAmount(currAmt, *ref, (UChar)0x2F/*'/'*/, n, ec); in TestCases()6148 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos)); in TestParseCurrencyInUCurr() local6150 double doubleVal = currAmt->getNumber().getDouble(status); in TestParseCurrencyInUCurr()6171 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos)); in TestParseCurrencyInUCurr() local[all …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...