HomeSort by relevance Sort by last modified time
    Searched refs:setCurrency (Results 1 - 25 of 28) sorted by null

1 2

  /libcore/luni/src/main/java/javax/sql/
RowSetMetaData.java 181 public void setCurrency(int columnIndex, boolean isCurrency)
  /external/icu4c/samples/numfmt/
main.cpp 208 nf.setCurrency(uCurrency);
210 nf.setCurrency(uCurrency, errorCode);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
NumberFormatTest.java 227 * @tests java.text.NumberFormat#setCurrency(java.util.Currency)
230 // Test for method void setCurrency(java.util.Currency)
234 format.setCurrency(currA);
241 ((NumberFormat) cformat).setCurrency(currA);
DecimalFormatSymbolsTest.java 412 * @tests java.text.DecimalFormatSymbols#setCurrency(java.util.Currency)
420 dfs.setCurrency(null);
426 dfs.setCurrency(currency);
DecimalFormatTest.java 694 cloned.setCurrency(c);
    [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java     [all...]
DecimalFormatSymbols.java 221 * {@code setCurrency()} or {@code setInternationalCurrencySymbol()},
223 * @see #setCurrency(Currency)
390 public void setCurrency(Currency currency) {
NumberFormat.java 328 * @return the currency that was set in getInstance() or in setCurrency(),
594 public void setCurrency(Currency currency) {
  /external/icu4c/i18n/unicode/
decimfmt.h     [all...]
numfmt.h     [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 75 // Test for method void setCurrency(java.util.Currency)
79 format.setCurrency(currA);
86 ((NumberFormat) cformat).setCurrency(currA);
92 NumberFormat.getInstance().setCurrency(null);
99 NumberFormat.getIntegerInstance().setCurrency(null);
    [all...]
  /external/icu4c/i18n/
numfmt.cpp 392 // copy it to retain it across the call to setCurrency().
397 ncnf->setCurrency(curr, status);
406 ncnf->setCurrency(save, ok); // always restore currency
1012 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) {
    [all...]
decimfmt.cpp     [all...]
unum.cpp 792 df->setCurrency(newValue, *status);
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 406 public void setCurrency(Currency currency) {
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]
numrgts.cpp     [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1429 milliseconds

1 2