HomeSort by relevance Sort by last modified time
    Searched defs:Formattable (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
fmtable_cnv.cpp 23 // class Formattable
29 // Creates a formattable object with a char* string.
33 Formattable::Formattable(const char* stringToCopy)
fmtable.cpp 33 // 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() {
110 // Creates a formattable object with a long value 0
    [all...]
  /external/icu/icu4c/source/i18n/
fmtable_cnv.cpp 23 // class Formattable
29 // Creates a formattable object with a char* string.
33 Formattable::Formattable(const char* stringToCopy)
fmtable.cpp 33 // 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() {
110 // Creates a formattable object with a long value 0
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 22 * \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 {
70 * the Formattable(UDate) constructor and the Formattable(double
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 22 * \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 {
70 * the Formattable(UDate) constructor and the Formattable(double
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 561 milliseconds