/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
PluralFormatUnitTest.java | 27 import com.ibm.icu.text.DecimalFormatSymbols; 403 pf2.setNumberFormat(new DecimalFormat("0.0", new DecimalFormatSymbols(ULocale.ENGLISH)));
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DecimalFormat_ICU58_Android.java | 133 * DecimalFormatSymbols} object. When using the {@link NumberFormat} factory methods, the 154 * DecimalFormatSymbols} object instead, and these characters lose their special status. 342 * starting with the localized zero digit defined in the {@link DecimalFormatSymbols} 343 * object. During formatting, the {@link DecimalFormatSymbols}-based digits are output. 397 * DecimalFormatSymbols} object. This is the only value for which the prefixes and 402 * determined by the {@link DecimalFormatSymbols} object. 552 * DecimalFormatSymbols#setPadEscape}. For example, <code>"$*x#,##0.00"</code> formats 644 this.symbols = new DecimalFormatSymbols(def); 676 this.symbols = new DecimalFormatSymbols(def); [all...] |
NumberFormat.java | [all...] |
NFSubstitution.java | 197 // that pattern (then set it to use the DecimalFormatSymbols 552 public void setDecimalFormatSymbols(DecimalFormatSymbols newSymbols) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DecimalFormat_ICU58_Android.java | 132 * DecimalFormatSymbols} object. When using the {@link NumberFormat} factory methods, the 153 * DecimalFormatSymbols} object instead, and these characters lose their special status. 341 * starting with the localized zero digit defined in the {@link DecimalFormatSymbols} 342 * object. During formatting, the {@link DecimalFormatSymbols}-based digits are output. 396 * DecimalFormatSymbols} object. This is the only value for which the prefixes and 401 * determined by the {@link DecimalFormatSymbols} object. 551 * DecimalFormatSymbols#setPadEscape}. For example, <code>"$*x#,##0.00"</code> formats 643 this.symbols = new DecimalFormatSymbols(def); 676 this.symbols = new DecimalFormatSymbols(def); [all...] |
NumberFormat.java | [all...] |
/external/icu/icu4c/source/test/intltest/ |
numbertest_modifiers.cpp | 103 DecimalFormatSymbols symbols(Locale("en"), status);
|
numberformat2test.cpp | 619 DecimalFormatSymbols *sym = new DecimalFormatSymbols(en, status); 625 DecimalFormat2 fmt2("0.0000000", new DecimalFormatSymbols(*sym), perror, status); 638 DecimalFormatSymbols *sym = new DecimalFormatSymbols(en, status); 644 DecimalFormat fmt("0.0000000", new DecimalFormatSymbols(*sym), perror, status); 823 DecimalFormatSymbols symbols("en", status); 828 DecimalFormatSymbols::kMonetarySeparatorSymbol, 831 DecimalFormatSymbols::kMonetaryGroupingSeparatorSymbol, 864 DecimalFormatSymbols symbols("en", status) [all...] |
uobjtest.cpp | 372 TESTCLASSID_CTOR(DecimalFormatSymbols, (status));
|
itrbnf.cpp | [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
LocaleTest.java | 30 import java.text.DecimalFormatSymbols; [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Formatter.java | 49 import java.text.DecimalFormatSymbols; 589 * java.text.DecimalFormatSymbols#getGroupingSeparator grouping separators} [all...] |
Scanner.java | 167 * {@link java.text.DecimalFormatSymbols DecimalFormatSymbols} object, 174 * java.text.DecimalFormatSymbols#getGroupingSeparator 179 * java.text.DecimalFormatSymbols#getDecimalSeparator 205 * java.text.DecimalFormatSymbols#getNaN 210 * java.text.DecimalFormatSymbols#getInfinity [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
CurrencyTest.java | 37 import android.icu.text.DecimalFormatSymbols; 656 DecimalFormatSymbols icuSymbols = new 657 android.icu.text.DecimalFormatSymbols(locale); [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.
|
numfmt.cpp | [all...] |
nfsubs.cpp | 437 // that pattern (then set it to use the DecimalFormatSymbols 439 const DecimalFormatSymbols* sym = _ruleSet->getOwner()->getDecimalFormatSymbols(); 495 NFSubstitution::setDecimalFormatSymbols(const DecimalFormatSymbols &newSymbols, UErrorCode& /*status*/) { [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
CurrencyTest.java | 36 import com.ibm.icu.text.DecimalFormatSymbols; 653 DecimalFormatSymbols icuSymbols = new 654 com.ibm.icu.text.DecimalFormatSymbols(locale); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
Parse.java | 19 import android.icu.text.DecimalFormatSymbols; 81 * <li>Ignores digit strings from {@link DecimalFormatSymbols} and only uses the code point's 119 * DecimalFormatSymbols) 546 DecimalFormatSymbols symbols; 857 * @param digitStrings The list of digit strings from DecimalFormatSymbols. [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
Parse.java | 18 import com.ibm.icu.text.DecimalFormatSymbols; 79 * <li>Ignores digit strings from {@link DecimalFormatSymbols} and only uses the code point's 117 * DecimalFormatSymbols) 544 DecimalFormatSymbols symbols; 855 * @param digitStrings The list of digit strings from DecimalFormatSymbols. 916 public static Number parse(String input, DecimalFormatProperties properties, DecimalFormatSymbols symbols) { [all...] |
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/ |
InstrumentClusterController.java | 55 import java.text.DecimalFormatSymbols;
|
/frameworks/base/core/java/android/widget/ |
TimePickerClockDelegate.java | 26 import android.icu.text.DecimalFormatSymbols; 335 final String[] digits = DecimalFormatSymbols.getInstance(mLocale).getDigitStrings(); [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 25 import android.icu.text.DecimalFormatSymbols; 171 new DecimalFormatSymbols(uLocale); [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyPairGeneratorTest.java | 64 import java.text.DecimalFormatSymbols; [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
NumberFormat.java | [all...] |