HomeSort by relevance Sort by last modified time
    Searched defs:Formattable (Results 1 - 23 of 23) 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 31 // class Formattable
36 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Formattable)
66 * Creates a new Formattable array and copies the values from the specified
70 * @return the new Formattable array.
72 static Formattable* createArrayCopy(const Formattable* array, int32_t count) {
73 Formattable *result = new Formattable[count];
96 void Formattable::init() {
106 // 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...]
  /libcore/luni/src/main/java/java/util/
Formattable.java 21 * should implement the {@code Formattable} interface. It gives basic control over
27 public interface Formattable {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 24 * \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 {
56 * 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/icu/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 1312 milliseconds