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

  /external/icu4c/i18n/unicode/
decimfmt.h 52 * DecimalFormat is a concrete subclass of NumberFormat that formats decimal
62 * createInstance(). Do not call the DecimalFormat constructors directly, unless
64 * return subclasses other than DecimalFormat.
101 * pattern = ((DecimalFormat*)form)->toPattern(pattern);
134 * <p>A DecimalFormat consists of a <em>pattern</em> and a set of
258 * <p>A DecimalFormat pattern contains a postive and negative
295 * DecimalFormat to set a failing UErrorCode.
346 * <p>DecimalFormat parses all Unicode characters that represent
348 * DecimalFormat also recognizes as digits the ten consecutive
418 * but it need not be. DecimalFormat supports arbitrary mantissas
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h 63 * DecimalFormat is a concrete subclass of NumberFormat that formats decimal
73 * createInstance(). Do not call the DecimalFormat constructors directly, unless
75 * return subclasses other than DecimalFormat.
112 * pattern = ((DecimalFormat*)form)->toPattern(pattern);
145 * <p>A DecimalFormat consists of a <em>pattern</em> and a set of
269 * <p>A DecimalFormat pattern contains a postive and negative
306 * DecimalFormat to set a failing UErrorCode.
357 * <p>DecimalFormat parses all Unicode characters that represent
359 * DecimalFormat also recognizes as digits the ten consecutive
429 * but it need not be. DecimalFormat supports arbitrary mantissas
    [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 41 * <strong>This is an enhanced version of {@code DecimalFormat} that is based on
47 * {@code NumberFormat.getInstance}. Do not call the {@code DecimalFormat}
50 * {@code DecimalFormat}. If you need to customize the format object, do
55 * if (f instanceof DecimalFormat) {
56 * ((DecimalFormat)f).setDecimalSeparatorAlwaysShown(true);
64 * A {@code DecimalFormat} consists of a <em>pattern</em> and a set of
196 * A {@code DecimalFormat} pattern contains a positive and negative subpattern,
235 * {@code DecimalFormat} to throw an {@link IllegalArgumentException} with a
280 * {@code DecimalFormat} parses all Unicode characters that represent decimal
282 * {@code DecimalFormat} also recognizes as digits the ten consecutiv
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java 23 import java.text.DecimalFormat;
44 DecimalFormat df = new DecimalFormat();
55 df = new DecimalFormat();
66 iterator = new DecimalFormat()
81 iterator = new DecimalFormat()
96 iterator = new DecimalFormat()
111 iterator = new DecimalFormat()
134 DecimalFormat form = (DecimalFormat) DecimalForma
    [all...]
  /external/chromium/third_party/icu/source/i18n/
decimfmt.cpp 83 const DecimalFormat::AffixesForCurrency* affix_1 =
84 (DecimalFormat::AffixesForCurrency*)val1.pointer;
85 const DecimalFormat::AffixesForCurrency* affix_2 =
86 (DecimalFormat::AffixesForCurrency*)val2.pointer;
96 const DecimalFormat::AffixPatternsForCurrency* affix_1 =
97 (DecimalFormat::AffixPatternsForCurrency*)val1.pointer;
98 const DecimalFormat::AffixPatternsForCurrency* affix_2 =
99 (DecimalFormat::AffixPatternsForCurrency*)val2.pointer;
128 // class DecimalFormat
131 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DecimalFormat)
    [all...]
  /external/icu4c/i18n/
decimfmt.cpp 191 // class DecimalFormat
194 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DecimalFormat)
220 const int32_t DecimalFormat::kDoubleIntegerDigits = 309;
221 const int32_t DecimalFormat::kDoubleFractionDigits = 340;
223 const int32_t DecimalFormat::kMaxScientificIntegerDigits = 8;
229 const char DecimalFormat::fgNumberPatterns[]="NumberPatterns";
236 // Constructs a DecimalFormat instance in the default locale.
238 DecimalFormat::DecimalFormat(UErrorCode& status) {
245 // Constructs a DecimalFormat instance with the specified number forma
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1790 milliseconds