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

/external/icu/icu4c/source/i18n/
H A Dfmtable_cnv.cpp25 // class Formattable
35 Formattable::Formattable(const char* stringToCopy) function in class:Formattable
H A Dfmtable.cpp36 // class Formattable
41 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Formattable)
72 * Creates a new Formattable array and copies the values from the specified
76 * @return the new Formattable array.
78 static Formattable* createArrayCopy(const Formattable* array, int32_t count) {
79 Formattable *result = new Formattable[count];
102 void Formattable::init() {
114 Formattable function in class:Formattable
121 Formattable::Formattable(UDate date, ISDATE /*isDate*/) function in class:Formattable
131 Formattable::Formattable(double value) function in class:Formattable
141 Formattable::Formattable(int32_t value) function in class:Formattable
150 Formattable::Formattable(int64_t value) function in class:Formattable
160 Formattable::Formattable(StringPiece number, UErrorCode &status) { function in class:Formattable
169 Formattable::Formattable(const UnicodeString& stringToCopy) function in class:Formattable
180 Formattable::Formattable(UnicodeString* stringToAdopt) function in class:Formattable
187 Formattable::Formattable(UObject* objectToAdopt) function in class:Formattable
196 Formattable::Formattable(const Formattable* arrayToCopy, int32_t count) function in class:Formattable
209 Formattable::Formattable(const Formattable &source) function in class:Formattable
[all...]
H A Dmsgfmt.cpp203 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) {
210 void formatAndAppend(const Format* formatter, const Formattable& arg,
357 Formattable::Type* a = (Formattable::Type*)
867 // Formats the source Formattable array and copy into the result buffer.
871 MessageFormat::format(const Formattable* source,
882 // pattern and formats the arguments Formattable array and
887 const Formattable* arguments,
897 // Formats the source Formattable object and copy into the
898 // appendTo buffer. The Formattable objec
1858 format(const Formattable&, UnicodeString& appendTo, UErrorCode& status) const argument
1867 format(const Formattable&, UnicodeString& appendTo, FieldPosition&, UErrorCode& status) const argument
1877 format(const Formattable&, UnicodeString& appendTo, FieldPositionIterator*, UErrorCode& status) const argument
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h24 * \brief C++ API: Formattable is a thin wrapper for primitive types used for formatting and parsing
49 * Formattable objects can be passed to the Format class or
50 * its subclasses for formatting. Formattable is a thin wrapper
54 * <p>Internally, a Formattable object is a union of primitive types.
58 * <p>As of ICU 3.0, Formattable may also wrap a UObject pointer,
60 * encapsulated in a Formattable. For legacy reasons and for
62 * within a Formattable.
64 * <p>The Formattable class is not suitable for subclassing.
68 class U_I18N_API Formattable : public UObject { class in inherits:UObject
72 * 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 133 milliseconds