Searched defs:NumberFormat (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/
H A Di18n.h52 class NumberFormat { class in namespace:v8::internal
66 // Release memory we allocated for the NumberFormat once the JS object that
75 NumberFormat();
/external/icu/icu4c/source/i18n/unicode/
H A Dnumfmt.h68 * NumberFormat helps you to format and parse numbers for any locale.
86 * NumberFormat* nf = NumberFormat::createInstance(success);
92 * NumberFormat.
101 * NumberFormat *nf = NumberFormat::createInstance( success );
111 * nf = NumberFormat::createInstance(Locale::getFrench(), success);
113 * You can use a \c NumberFormat to parse also.
141 * try dynamic_casting the \c NumberFormat you get from the factory methods to a
174 class U_I18N_API NumberFormat class in inherits:Format
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DNumberFormat.java26 * {@icuenhanced java.text.NumberFormat}.{@icu _usage_}
28 * <code>NumberFormat</code> is the abstract base class for all number
30 * numbers. <code>NumberFormat</code> also provides methods for determining
33 * <code>NumberFormat</code> helps you to format and parse numbers for any locale.
43 * myString = NumberFormat.getInstance().format(myNumber);
52 * NumberFormat nf = NumberFormat.getInstance();
62 * NumberFormat nf = NumberFormat.getInstance(Locale.FRENCH);
65 * You can also use a <code>NumberFormat</cod
162 public class NumberFormat extends Format { class in inherits:Format
174 public NumberFormat(java.text.NumberFormat delegate) { method in class:NumberFormat
1148 public NumberFormat() { method in class:NumberFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp107 const int32_t icu::NumberFormat::gDefaultMaxIntegerDigits = 2000000000;
108 const int32_t icu::NumberFormat::gDefaultMinIntegerDigits = 127;
159 // Static hashtable cache of NumberingSystem objects used by NumberFormat
197 // class NumberFormat
202 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(NumberFormat)
234 NumberFormat::NumberFormat() function in class:NumberFormat
249 NumberFormat::~NumberFormat()
260 NumberFormat function in class:NumberFormat
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNumberFormat.java37 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.text.NumberFormat}.&nbsp;Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'.
39 * <code>NumberFormat</code> is the abstract base class for all number
41 * numbers. <code>NumberFormat</code> also provides methods for determining
44 * <code>NumberFormat</code> helps you to format and parse numbers for any locale.
54 * myString = NumberFormat.getInstance().format(myNumber);
63 * NumberFormat nf = NumberFormat.getInstance();
73 * NumberFormat nf = NumberFormat.getInstance(Locale.FRENCH);
76 * You can also use a <code>NumberFormat</cod
172 public abstract class NumberFormat extends UFormat { class in inherits:UFormat
1718 public NumberFormat() { method in class:NumberFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNumberFormat.java36 * {@icuenhanced java.text.NumberFormat}.{@icu _usage_}
38 * <code>NumberFormat</code> is the abstract base class for all number
40 * numbers. <code>NumberFormat</code> also provides methods for determining
43 * <code>NumberFormat</code> helps you to format and parse numbers for any locale.
53 * myString = NumberFormat.getInstance().format(myNumber);
62 * NumberFormat nf = NumberFormat.getInstance();
72 * NumberFormat nf = NumberFormat.getInstance(Locale.FRENCH);
75 * You can also use a <code>NumberFormat</cod
172 public abstract class NumberFormat extends UFormat { class in inherits:UFormat
1811 public NumberFormat() { method in class:NumberFormat
[all...]
/external/google-breakpad/src/processor/
H A Dminidump.cc352 enum NumberFormat { enum in namespace:google_breakpad
358 NumberFormat number_format,
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonemetadata.java37 public static class NumberFormat implements Externalizable { class in class:Phonemetadata
39 public NumberFormat() {} method in class:Phonemetadata.NumberFormat
46 public static final class Builder extends NumberFormat {
47 public NumberFormat build() {
51 public Builder mergeFrom(NumberFormat other) {
83 public NumberFormat setPattern(String value) {
94 public NumberFormat setFormat(String value) {
109 public NumberFormat addLeadingDigitsPattern(String value) {
122 public NumberFormat setNationalPrefixFormattingRule(String value) {
127 public NumberFormat clearNationalPrefixFormattingRul
[all...]
/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 425 milliseconds