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

1 2 3 4

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 95 formatter.setDecimalFormatSymbols(dfs);
111 formatter.setDecimalFormatSymbols(dfs);
123 formatter.setDecimalFormatSymbols(dfs);
  /external/icu/icu4c/source/i18n/
nfsubs.h 100 void setDecimalFormatSymbols(const DecimalFormatSymbols &newSymbols, UErrorCode& status);
nfrs.h 60 void setDecimalFormatSymbols(const DecimalFormatSymbols &newSymbols, UErrorCode& status);
affixpatternparser.h 367 void setDecimalFormatSymbols(const DecimalFormatSymbols &symbols);
digitformatter.h 138 void setDecimalFormatSymbols(const DecimalFormatSymbols &symbols);
nfrule.h 85 void setDecimalFormatSymbols(const DecimalFormatSymbols &newSymbols, UErrorCode& status);
digitformatter.cpp 38 setDecimalFormatSymbols(symbols);
71 DigitFormatter::setDecimalFormatSymbols(
affixpatternparser.cpp 622 setDecimalFormatSymbols(symbols);
626 AffixPatternParser::setDecimalFormatSymbols(
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java 37 df.setDecimalFormatSymbols(dfs);
182 formatter.setDecimalFormatSymbols(decimalFormatSymbols);
191 formatter.setDecimalFormatSymbols(decimalFormatSymbols);
243 df.setDecimalFormatSymbols(null);
NumberFormatTest.java 163 ((DecimalFormat) nf).setDecimalFormatSymbols(decimalFormatSymbols);
184 ((DecimalFormat) nf).setDecimalFormatSymbols(dfs);
193 ((DecimalFormat) nf).setDecimalFormatSymbols(dfs);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormat.java 627 ((java.text.DecimalFormat)numberFormat).setDecimalFormatSymbols(((java.text.DecimalFormat)jdkNfmt).getDecimalFormatSymbols());
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
CurrencyDemo.java 51 result.setDecimalFormatSymbols(symbols);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRuleSet.java 818 public void setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) {
820 rule.setDecimalFormatSymbols(newSymbols);
    [all...]
NFSubstitution.java 530 public void setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) {
532 numberFormat.setDecimalFormatSymbols(newSymbols);
    [all...]
NFRule.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRuleSet.java 817 public void setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) {
819 rule.setDecimalFormatSymbols(newSymbols);
    [all...]
NFSubstitution.java 529 public void setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) {
531 numberFormat.setDecimalFormatSymbols(newSymbols);
    [all...]
  /external/icu/icu4c/source/samples/numfmt/
main.cpp 174 dnf->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DecimalFormatTest.java 72 * Test method for 'com.ibm.icu.text.DecimalFormat.setDecimalFormatSymbols(DecimalFormatSymbols)'
76 df.setDecimalFormatSymbols(new DecimalFormatSymbols(Locale.FRANCE));
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DecimalFormatICU.java 258 public void setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) {
288 fIcuDecfmt.setDecimalFormatSymbols(icuDecfs);
  /external/icu/icu4c/source/i18n/unicode/
rbnf.h     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegression.java 450 df.setDecimalFormatSymbols(sym);
    [all...]
IntlTestDecimalFormatAPI.java 184 def.setDecimalFormatSymbols(syms);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegression.java 446 df.setDecimalFormatSymbols(sym);
    [all...]
IntlTestDecimalFormatAPI.java 180 def.setDecimalFormatSymbols(syms);

Completed in 229 milliseconds

1 2 3 4