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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h52 * 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 support
643 class U_I18N_API DecimalFormat: public NumberFormat { class in inherits:NumberFormat
[all...]
/external/icu4c/i18n/unicode/
H A Ddecimfmt.h71 * DecimalFormat is a concrete subclass of NumberFormat that formats decimal
81 * createInstance(). Do not call the DecimalFormat constructors directly, unless
83 * return subclasses other than DecimalFormat.
120 * pattern = ((DecimalFormat*)form)->toPattern(pattern);
153 * <p>A DecimalFormat consists of a <em>pattern</em> and a set of
277 * <p>A DecimalFormat pattern contains a postive and negative
314 * DecimalFormat to set a failing UErrorCode.
365 * <p>DecimalFormat parses all Unicode characters that represent
367 * DecimalFormat also recognizes as digits the ten consecutive
438 * but it need not be. DecimalFormat support
663 class U_I18N_API DecimalFormat: public NumberFormat { class in inherits:NumberFormat
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp191 // 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"; // Deprecated - not used
241 // Constructs a DecimalFormat instance in the default locale.
243 DecimalFormat::DecimalFormat(UErrorCode& status) { function in class:DecimalFormat
250 // Constructs a DecimalFormat instanc
253 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
265 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
275 DecimalFormat::DecimalFormat( const UnicodeString& pattern, function in class:DecimalFormat
290 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
303 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
624 DecimalFormat::DecimalFormat(const DecimalFormat &source) : function in class:DecimalFormat
[all...]
/external/icu4c/i18n/
H A Ddecimfmt.cpp219 // class DecimalFormat
222 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DecimalFormat)
248 const int32_t DecimalFormat::kDoubleIntegerDigits = 309;
249 const int32_t DecimalFormat::kDoubleFractionDigits = 340;
251 const int32_t DecimalFormat::kMaxScientificIntegerDigits = 8;
257 const char DecimalFormat::fgNumberPatterns[]="NumberPatterns"; // Deprecated - not used
269 // Constructs a DecimalFormat instance in the default locale.
271 DecimalFormat::DecimalFormat(UErrorCode& status) { function in class:DecimalFormat
278 // Constructs a DecimalFormat instanc
281 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
293 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
303 DecimalFormat::DecimalFormat( const UnicodeString& pattern, function in class:DecimalFormat
318 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
331 DecimalFormat::DecimalFormat(const UnicodeString& pattern, function in class:DecimalFormat
696 DecimalFormat::DecimalFormat(const DecimalFormat &source) : function in class:DecimalFormat
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1903 #define DecimalFormat U_ICU_ENTRY_POINT_RENAME(DecimalFormat) 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 744 milliseconds