Searched defs:Formattable (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dfmtable_cnv.cpp23 // class Formattable
33 Formattable::Formattable(const char* stringToCopy) function in class:Formattable
H A Dfmtable.cpp34 // class Formattable
39 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Formattable)
70 * Creates a new Formattable array and copies the values from the specified
74 * @return the new Formattable array.
76 static Formattable* createArrayCopy(const Formattable* array, int32_t count) {
77 Formattable *result = new Formattable[count];
100 void Formattable::init() {
112 Formattable function in class:Formattable
119 Formattable::Formattable(UDate date, ISDATE /*isDate*/) function in class:Formattable
129 Formattable::Formattable(double value) function in class:Formattable
139 Formattable::Formattable(int32_t value) function in class:Formattable
148 Formattable::Formattable(int64_t value) function in class:Formattable
158 Formattable::Formattable(const StringPiece &number, UErrorCode &status) { function in class:Formattable
167 Formattable::Formattable(const UnicodeString& stringToCopy) function in class:Formattable
178 Formattable::Formattable(UnicodeString* stringToAdopt) function in class:Formattable
185 Formattable::Formattable(UObject* objectToAdopt) function in class:Formattable
194 Formattable::Formattable(const Formattable* arrayToCopy, int32_t count) function in class:Formattable
207 Formattable::Formattable(const Formattable &source) function in class:Formattable
[all...]
H A Dmsgfmt.cpp201 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) {
208 void formatAndAppend(const Format* formatter, const Formattable& arg,
355 Formattable::Type* a = (Formattable::Type*)
865 // Formats the source Formattable array and copy into the result buffer.
869 MessageFormat::format(const Formattable* source,
880 // pattern and formats the arguments Formattable array and
885 const Formattable* arguments,
895 // Formats the source Formattable object and copy into the
896 // appendTo buffer. The Formattable objec
1856 format(const Formattable&, UnicodeString& appendTo, UErrorCode& status) const argument
1865 format(const Formattable&, UnicodeString& appendTo, FieldPosition&, UErrorCode& status) const argument
1875 format(const Formattable&, UnicodeString& appendTo, FieldPositionIterator*, UErrorCode& status) const argument
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h22 * \brief C++ API: Formattable is a thin wrapper for primitive types used for formatting and parsing
47 * Formattable objects can be passed to the Format class or
48 * its subclasses for formatting. Formattable is a thin wrapper
52 * <p>Internally, a Formattable object is a union of primitive types.
56 * <p>As of ICU 3.0, Formattable may also wrap a UObject pointer,
58 * encapsulated in a Formattable. For legacy reasons and for
60 * within a Formattable.
62 * <p>The Formattable class is not suitable for subclassing.
66 class U_I18N_API Formattable : public UObject { class in inherits:UObject
70 * the Formattable(UDat
[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 137 milliseconds