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

/external/icu4c/i18n/
H A Dfmtable_cnv.cpp23 // class Formattable
33 Formattable::Formattable(const char* stringToCopy) function in class:Formattable
H A Dfmtable.cpp32 // class Formattable
37 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Formattable)
67 * Creates a new Formattable array and copies the values from the specified
71 * @return the new Formattable array.
73 static Formattable* createArrayCopy(const Formattable* array, int32_t count) {
74 Formattable *result = new Formattable[count];
97 void Formattable::init() {
109 Formattable function in class:Formattable
116 Formattable::Formattable(UDate date, ISDATE /*isDate*/) function in class:Formattable
126 Formattable::Formattable(double value) function in class:Formattable
136 Formattable::Formattable(int32_t value) function in class:Formattable
145 Formattable::Formattable(int64_t value) function in class:Formattable
155 Formattable::Formattable(const StringPiece &number, UErrorCode &status) { function in class:Formattable
164 Formattable::Formattable(const UnicodeString& stringToCopy) function in class:Formattable
175 Formattable::Formattable(UnicodeString* stringToAdopt) function in class:Formattable
182 Formattable::Formattable(UObject* objectToAdopt) function in class:Formattable
191 Formattable::Formattable(const Formattable* arrayToCopy, int32_t count) function in class:Formattable
204 Formattable::Formattable(const Formattable &source) function in class:Formattable
[all...]
H A Dmsgfmt.cpp198 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) {
338 Formattable::Type* a = (Formattable::Type*)
855 // Formats the source Formattable array and copy into the result buffer.
859 MessageFormat::format(const Formattable* source,
870 // pattern and formats the arguments Formattable array and
875 const Formattable* arguments,
885 // Formats the source Formattable object and copy into the
886 // appendTo buffer. The Formattable object must be an array
887 // of Formattable instance
1727 format(const Formattable&, UnicodeString& appendTo, FieldPosition&, UErrorCode& status) const argument
[all...]
/external/icu4c/i18n/unicode/
H A Dfmtable.h24 * \brief C++ API: Formattable is a thin wrapper for primitive numeric types.
35 * Formattable objects can be passed to the Format class or
36 * its subclasses for formatting. Formattable is a thin wrapper
40 * <p>Internally, a Formattable object is a union of primitive types.
44 * <p>As of ICU 3.0, Formattable may also wrap a UObject pointer,
46 * encapsulated in a Formattable. For legacy reasons and for
48 * within a Formattable.
50 * <p>The Formattable class is not suitable for subclassing.
52 class U_I18N_API Formattable : public UObject { class in inherits:UObject
56 * the Formattable(UDat
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1254 #define Formattable Formattable_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1254 #define Formattable Formattable_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1254 #define Formattable Formattable_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1254 #define Formattable Formattable_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1953 #define Formattable U_ICU_ENTRY_POINT_RENAME(Formattable) macro

Completed in 3668 milliseconds