HomeSort by relevance Sort by last modified time
    Searched refs:DecimalFormatSymbols (Results 126 - 150 of 230) sorted by null

1 2 3 4 56 7 8 910

  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
NumberPropertyMapper.java 26 import com.ibm.icu.text.DecimalFormatSymbols;
39 public static UnlocalizedNumberFormatter create(DecimalFormatProperties properties, DecimalFormatSymbols symbols) {
48 public static UnlocalizedNumberFormatter create(String pattern, DecimalFormatSymbols symbols) {
66 public static MacroProps oldToNew(DecimalFormatProperties properties, DecimalFormatSymbols symbols,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 33 import com.ibm.icu.text.DecimalFormatSymbols;
58 final DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRENCH);
143 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols();
146 errln("ERROR: set DecimalFormatSymbols() failed");
NumberFormatRegressionTest.java 32 import com.ibm.icu.text.DecimalFormatSymbols;
231 DecimalFormat df = new DecimalFormat("#,##0.###", new DecimalFormatSymbols(new ULocale("en_US")));
RbnfTest.java 23 import com.ibm.icu.text.DecimalFormatSymbols;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
PatternStringUtils.java 9 import android.icu.text.DecimalFormatSymbols;
261 public static String convertLocalized(String input, DecimalFormatSymbols symbols, boolean toLocalized) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRegressionTest.java 33 import android.icu.text.DecimalFormatSymbols;
234 DecimalFormat df = new DecimalFormat("#,##0.###", new DecimalFormatSymbols(new ULocale("en_US")));
RbnfTest.java 24 import android.icu.text.DecimalFormatSymbols;
    [all...]
PluralFormatUnitTest.java 28 import android.icu.text.DecimalFormatSymbols;
406 pf2.setNumberFormat(new DecimalFormat("0.0", new DecimalFormatSymbols(ULocale.ENGLISH)));
  /external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 51 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getEnglish(), status);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
PatternStringUtils.java 8 import com.ibm.icu.text.DecimalFormatSymbols;
259 public static String convertLocalized(String input, DecimalFormatSymbols symbols, boolean toLocalized) {
  /libcore/ojluni/src/main/java/java/text/
NumberFormat.java     [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
DonutView.java 27 import android.icu.text.DecimalFormatSymbols;
178 final String localizedPercentSign = new DecimalFormatSymbols().getPercentString();
  /external/icu/icu4c/source/i18n/
decimfmtimpl.cpp 62 fSymbols = new DecimalFormatSymbols(
76 DecimalFormatSymbols *symbolsToAdopt,
116 fSymbols = new DecimalFormatSymbols(*fSymbols);
775 DecimalFormatImpl::adoptDecimalFormatSymbols(DecimalFormatSymbols *symbolsToAdopt) {
    [all...]
rbnf.cpp 687 , decimalFormatSymbols(NULL)
712 , decimalFormatSymbols(NULL)
737 , decimalFormatSymbols(NULL)
761 , decimalFormatSymbols(NULL)
786 , decimalFormatSymbols(NULL)
808 , decimalFormatSymbols(NULL)
875 , decimalFormatSymbols(NULL)
    [all...]
unum.cpp 75 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale(locale), *status);
795 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol).
820 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols());
821 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedNumberFormat.java 257 * that is used in the language or DecimalFormatSymbols, then that rule will
269 * that is used in the language or DecimalFormatSymbols, then that rule will
281 * that is used in the language or DecimalFormatSymbols, then that rule will
591 * The formatter's locale. This is used to create DecimalFormatSymbols and
614 * The DecimalFormatSymbols object that any DecimalFormat objects this
618 private transient DecimalFormatSymbols decimalFormatSymbols = null;
622 * the locale. This is lazy-evaluated, like decimalFormatSymbols. It is
    [all...]
NFRuleSet.java 260 * DecimalFormatSymbols become the main set of rules to use.
278 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols();
279 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) {
820 public void setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
dcfmapts.cpp 133 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getFrench(), status);
135 errln((UnicodeString)"ERROR: Could not create DecimalFormatSymbols (French)");
237 const DecimalFormatSymbols *syms = pat.getDecimalFormatSymbols();
238 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms);
242 errln((UnicodeString)"ERROR: adopt or set DecimalFormatSymbols() failed");
    [all...]
dcfmtest.cpp 325 DecimalFormatSymbols symbols(Locale::getUS(), status);
392 DecimalFormatSymbols symbols(Locale::getUS(), status);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedNumberFormat.java 256 * that is used in the language or DecimalFormatSymbols, then that rule will
268 * that is used in the language or DecimalFormatSymbols, then that rule will
280 * that is used in the language or DecimalFormatSymbols, then that rule will
594 * The formatter's locale. This is used to create DecimalFormatSymbols and
617 * The DecimalFormatSymbols object that any DecimalFormat objects this
621 private transient DecimalFormatSymbols decimalFormatSymbols = null;
625 * the locale. This is lazy-evaluated, like decimalFormatSymbols. It is
    [all...]
NFRuleSet.java 259 * DecimalFormatSymbols become the main set of rules to use.
277 DecimalFormatSymbols decimalFormatSymbols = owner.getDecimalFormatSymbols();
278 if (decimalFormatSymbols.getDecimalSeparator() == newRule.getDecimalPoint()) {
819 public void setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DecimalQuantityTest.java 29 import android.icu.text.DecimalFormatSymbols;
44 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(ULocale.ENGLISH);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DecimalQuantityTest.java 28 import com.ibm.icu.text.DecimalFormatSymbols;
41 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(ULocale.ENGLISH);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
KeyMaps.java 26 import java.text.DecimalFormatSymbols;
602 DecimalFormatSymbols.getInstance().getDecimalSeparator();
625 String.valueOf(DecimalFormatSymbols.getInstance().getGroupingSeparator()));

Completed in 1234 milliseconds

1 2 3 4 56 7 8 910