Searched defs:Formattable (Results 1 - 8 of 8) 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.cpp31 // class Formattable
36 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Formattable)
69 * Creates a new Formattable array and copies the values from the specified
73 * @return the new Formattable array.
75 static Formattable* createArrayCopy(const Formattable* array, int32_t count) {
76 Formattable *result = new Formattable[count];
99 void Formattable::init() {
111 Formattable function in class:Formattable
118 Formattable::Formattable(UDate date, ISDATE /*isDate*/) function in class:Formattable
128 Formattable::Formattable(double value) function in class:Formattable
138 Formattable::Formattable(int32_t value) function in class:Formattable
147 Formattable::Formattable(int64_t value) function in class:Formattable
157 Formattable::Formattable(const StringPiece &number, UErrorCode &status) { function in class:Formattable
166 Formattable::Formattable(const UnicodeString& stringToCopy) function in class:Formattable
177 Formattable::Formattable(UnicodeString* stringToAdopt) function in class:Formattable
184 Formattable::Formattable(UObject* objectToAdopt) function in class:Formattable
193 Formattable::Formattable(const Formattable* arrayToCopy, int32_t count) function in class:Formattable
206 Formattable::Formattable(const Formattable &source) function in class:Formattable
[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.h1934 #define Formattable U_ICU_ENTRY_POINT_RENAME(Formattable) macro

Completed in 774 milliseconds