HomeSort by relevance Sort by last modified time
    Searched defs:decimalFormatSymbols (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
rbnf.h 278 * that is used in the language or DecimalFormatSymbols, then that rule will
289 * that is used in the language or DecimalFormatSymbols, then that rule will
300 * that is used in the language or DecimalFormatSymbols, then that rule will
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
NumberFormatTest.java 22 import java.text.DecimalFormatSymbols;
83 assertEquals('\u0660', new DecimalFormatSymbols(arabic).getZeroDigit());
161 DecimalFormatSymbols decimalFormatSymbols = ((DecimalFormat) nf).getDecimalFormatSymbols();
162 decimalFormatSymbols.setCurrencySymbol("");
163 ((DecimalFormat) nf).setDecimalFormatSymbols(decimalFormatSymbols);
182 DecimalFormatSymbols dfs = ((DecimalFormat) nf).getDecimalFormatSymbols();
DecimalFormatTest.java 23 import java.text.DecimalFormatSymbols;
35 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols();
179 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols();
180 decimalFormatSymbols.setZeroDigit('a');
182 formatter.setDecimalFormatSymbols(decimalFormatSymbols);
188 DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols();
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
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...]
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...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
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...]
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...]
  /external/icu/icu4c/source/i18n/
nfrs.cpp 296 * DecimalFormatSymbols become the main set of rules to use.
311 const DecimalFormatSymbols *decimalFormatSymbols = owner->getDecimalFormatSymbols();
312 if (decimalFormatSymbols->getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol).charAt(0)
373 NFRuleSet::setDecimalFormatSymbols(const DecimalFormatSymbols &newSymbols, UErrorCode& status) {
377 // Switch the fraction rules to mirror the DecimalFormatSymbols.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfTest.java 24 import android.icu.text.DecimalFormatSymbols;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 23 import com.ibm.icu.text.DecimalFormatSymbols;
    [all...]
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 506 milliseconds