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

/external/icu4c/i18n/unicode/
H A Ddecimfmt.h68 * DecimalFormat is a concrete subclass of NumberFormat that formats decimal
78 * createInstance(). Do not call the DecimalFormat constructors directly, unless
80 * return subclasses other than DecimalFormat.
117 * pattern = ((DecimalFormat*)form)->toPattern(pattern);
150 * <p>A DecimalFormat consists of a <em>pattern</em> and a set of
274 * <p>A DecimalFormat pattern contains a postive and negative
311 * DecimalFormat to set a failing UErrorCode.
362 * <p>DecimalFormat parses all Unicode characters that represent
364 * DecimalFormat also recognizes as digits the ten consecutive
435 * but it need not be. DecimalFormat support
660 class U_I18N_API DecimalFormat: public NumberFormat { class in inherits:NumberFormat
[all...]
/external/icu4c/i18n/
H A Ddecimfmt.cpp210 // class DecimalFormat
213 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DecimalFormat)
239 const int32_t DecimalFormat::kDoubleIntegerDigits = 309;
240 const int32_t DecimalFormat::kDoubleFractionDigits = 340;
242 const int32_t DecimalFormat::kMaxScientificIntegerDigits = 8;
248 const char DecimalFormat::fgNumberPatterns[]="NumberPatterns"; // Deprecated - not used
260 // Constructs a DecimalFormat instance in the default locale.
262 DecimalFormat::DecimalFormat(UErrorCode& status) { function in class:DecimalFormat
269 // Constructs a DecimalFormat instanc
272 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
284 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
294 DecimalFormat::DecimalFormat( const UnicodeString& pattern, function in class:DecimalFormat
309 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
322 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
686 DecimalFormat::DecimalFormat(const DecimalFormat &source) : function in class:DecimalFormat
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1234 #define DecimalFormat DecimalFormat_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1234 #define DecimalFormat DecimalFormat_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1234 #define DecimalFormat DecimalFormat_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1234 #define DecimalFormat DecimalFormat_3_2 macro
/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 ...

Completed in 1315 milliseconds