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

/external/chromium_org/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.cpp33 // class Formattable
38 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.cpp200 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) {
207 void formatAndAppend(const Format* formatter, const Formattable& arg,
354 Formattable::Type* a = (Formattable::Type*)
868 // Formats the source Formattable array and copy into the result buffer.
872 MessageFormat::format(const Formattable* source,
883 // pattern and formats the arguments Formattable array and
888 const Formattable* arguments,
898 // Formats the source Formattable object and copy into the
899 // appendTo buffer. The Formattable objec
1859 format(const Formattable&, UnicodeString& appendTo, UErrorCode& status) const argument
1868 format(const Formattable&, UnicodeString& appendTo, FieldPosition&, UErrorCode& status) const argument
1878 format(const Formattable&, UnicodeString& appendTo, FieldPositionIterator*, UErrorCode& status) const argument
[all...]
/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.cpp33 // class Formattable
38 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.cpp200 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) {
207 void formatAndAppend(const Format* formatter, const Formattable& arg,
354 Formattable::Type* a = (Formattable::Type*)
868 // Formats the source Formattable array and copy into the result buffer.
872 MessageFormat::format(const Formattable* source,
883 // pattern and formats the arguments Formattable array and
888 const Formattable* arguments,
898 // Formats the source Formattable object and copy into the
899 // appendTo buffer. The Formattable objec
1859 format(const Formattable&, UnicodeString& appendTo, UErrorCode& status) const argument
1868 format(const Formattable&, UnicodeString& appendTo, FieldPosition&, UErrorCode& status) const argument
1878 format(const Formattable&, UnicodeString& appendTo, FieldPositionIterator*, UErrorCode& status) const argument
[all...]
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 376 milliseconds