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

/external/chromium/third_party/icu/source/i18n/
H A Dfmtable_cnv.cpp23 // class Formattable
33 Formattable::Formattable(const char* stringToCopy) function in class:Formattable
H A Dfmtable.cpp27 // class Formattable
32 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Formattable)
65 * Creates a new Formattable array and copies the values from the specified
69 * @return the new Formattable array.
71 static inline Formattable* createArrayCopy(const Formattable* array, int32_t count) {
72 Formattable *result = new Formattable[count];
95 Formattable::Formattable() function in class:Formattable
105 Formattable::Formattable(UDate date, ISDATE /*isDate*/) function in class:Formattable
115 Formattable::Formattable(double value) function in class:Formattable
125 Formattable::Formattable(int32_t value) function in class:Formattable
135 Formattable::Formattable(int64_t value) function in class:Formattable
145 Formattable::Formattable(const UnicodeString& stringToCopy) function in class:Formattable
156 Formattable::Formattable(UnicodeString* stringToAdopt) function in class:Formattable
163 Formattable::Formattable(UObject* objectToAdopt) function in class:Formattable
172 Formattable::Formattable(const Formattable* arrayToCopy, int32_t count) function in class:Formattable
183 Formattable::Formattable(const Formattable &source) function in class:Formattable
[all...]
/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/chromium/third_party/icu/public/i18n/unicode/
H A Dfmtable.h22 * \brief C++ API: Formattable is a thin wrapper for primitive numeric types.
30 * Formattable objects can be passed to the Format class or
31 * its subclasses for formatting. Formattable is a thin wrapper
35 * <p>Internally, a Formattable object is a union of primitive types.
39 * <p>As of ICU 3.0, Formattable may also wrap a UObject pointer,
41 * encapsulated in a Formattable. For legacy reasons and for
43 * within a Formattable.
45 * <p>The Formattable class is not suitable for subclassing.
47 class U_I18N_API Formattable : public UObject { class in inherits:UObject
51 * the Formattable(UDat
[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/JavaScriptCore/icu/unicode/
H A Durename.h1254 #define Formattable Formattable_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h1254 #define Formattable Formattable_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h1254 #define Formattable Formattable_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h1254 #define Formattable Formattable_3_2 macro
/external/chromium/third_party/icu/public/common/unicode/
H A Durename.h1647 #define Formattable Formattable_4_2 macro
/external/icu4c/common/unicode/
H A Durename.h1892 #define Formattable U_ICU_ENTRY_POINT_RENAME(Formattable) macro

Completed in 157 milliseconds