Searched defs:DecimalFormat (Results 1 - 13 of 13) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h77 * DecimalFormat is a concrete subclass of NumberFormat that formats decimal
87 * createInstance(). Do not call the DecimalFormat constructors directly, unless
89 * return subclasses other than DecimalFormat.
126 * pattern = ((DecimalFormat*)form)->toPattern(pattern);
159 * <p>A DecimalFormat consists of a <em>pattern</em> and a set of
283 * <p>A DecimalFormat pattern contains a postive and negative
320 * DecimalFormat to set a failing UErrorCode.
371 * <p>DecimalFormat parses all Unicode characters that represent
373 * DecimalFormat also recognizes as digits the ten consecutive
444 * but it need not be. DecimalFormat support
669 class U_I18N_API DecimalFormat: public NumberFormat { class in inherits:NumberFormat
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDecimalFormat.java28 * {@icuenhanced java.text.DecimalFormat}.{@icu _usage_}
30 * <code>DecimalFormat</code> is a concrete subclass of {@link NumberFormat} that formats
40 * NumberFormat#getInstance}. Do not call the <code>DecimalFormat</code> constructors
42 * methods may return subclasses other than <code>DecimalFormat</code>. If you need to
47 * if (f instanceof DecimalFormat) {
48 * ((DecimalFormat) f).setDecimalSeparatorAlwaysShown(true);
77 * // Assume format is a DecimalFormat
78 * System.out.print(": " + ((DecimalFormat) format).toPattern()
97 * // Assume format is a DecimalFormat
98 * System.out.print(": " + ((DecimalFormat) forma
592 public class DecimalFormat extends NumberFormat { class in inherits:NumberFormat
599 public DecimalFormat(java.text.DecimalFormat delegate) { method in class:DecimalFormat
618 public DecimalFormat() { method in class:DecimalFormat
651 public DecimalFormat(String pattern) { method in class:DecimalFormat
676 public DecimalFormat(String pattern, DecimalFormatSymbols symbols) { method in class:DecimalFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp201 // class DecimalFormat
204 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DecimalFormat)
230 const int32_t DecimalFormat::kDoubleIntegerDigits = 309;
231 const int32_t DecimalFormat::kDoubleFractionDigits = 340;
233 const int32_t DecimalFormat::kMaxScientificIntegerDigits = 8;
239 const char DecimalFormat::fgNumberPatterns[]="NumberPatterns"; // Deprecated - not used
250 // Constructs a DecimalFormat instance in the default locale.
252 DecimalFormat::DecimalFormat(UErrorCode& status) { function in class:DecimalFormat
259 // Constructs a DecimalFormat instanc
262 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
274 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
284 DecimalFormat::DecimalFormat( const UnicodeString& pattern, function in class:DecimalFormat
299 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
312 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
600 DecimalFormat::DecimalFormat(const DecimalFormat &source) : function in class:DecimalFormat
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java41 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.text.DecimalFormat}.&nbsp;Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'.
43 * <code>DecimalFormat</code> is a concrete subclass of {@link NumberFormat} that formats
53 * NumberFormat#getInstance}. Do not call the <code>DecimalFormat</code> constructors
55 * methods may return subclasses other than <code>DecimalFormat</code>. If you need to
60 * if (f instanceof DecimalFormat) {
61 * ((DecimalFormat) f).setDecimalSeparatorAlwaysShown(true);
90 * // Assume format is a DecimalFormat
91 * System.out.print(": " + ((DecimalFormat) format).toPattern()
110 * // Assume format is a DecimalFormat
111 * System.out.print(": " + ((DecimalFormat) forma
611 public class DecimalFormat extends NumberFormat { class in inherits:NumberFormat
628 public DecimalFormat() { method in class:DecimalFormat
661 public DecimalFormat(String pattern) { method in class:DecimalFormat
692 public DecimalFormat(String pattern, DecimalFormatSymbols symbols) { method in class:DecimalFormat
737 public DecimalFormat(String pattern, DecimalFormatSymbols symbols, CurrencyPluralInfo infoInput, method in class:DecimalFormat
771 DecimalFormat(String pattern, DecimalFormatSymbols inputSymbols, int style) { method in class:DecimalFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java40 * {@icuenhanced java.text.DecimalFormat}.{@icu _usage_}
42 * <code>DecimalFormat</code> is a concrete subclass of {@link NumberFormat} that formats
52 * NumberFormat#getInstance}. Do not call the <code>DecimalFormat</code> constructors
54 * methods may return subclasses other than <code>DecimalFormat</code>. If you need to
59 * if (f instanceof DecimalFormat) {
60 * ((DecimalFormat) f).setDecimalSeparatorAlwaysShown(true);
89 * // Assume format is a DecimalFormat
90 * System.out.print(": " + ((DecimalFormat) format).toPattern()
109 * // Assume format is a DecimalFormat
110 * System.out.print(": " + ((DecimalFormat) forma
611 public class DecimalFormat extends NumberFormat { class in inherits:NumberFormat
629 public DecimalFormat() { method in class:DecimalFormat
663 public DecimalFormat(String pattern) { method in class:DecimalFormat
695 public DecimalFormat(String pattern, DecimalFormatSymbols symbols) { method in class:DecimalFormat
741 public DecimalFormat(String pattern, DecimalFormatSymbols symbols, CurrencyPluralInfo infoInput, method in class:DecimalFormat
775 DecimalFormat(String pattern, DecimalFormatSymbols inputSymbols, int style) { method in class:DecimalFormat
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 98 milliseconds