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

  /external/chromium/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 27 // 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];
93 // Creates a formattable object with a long value 0.
95 Formattable::Formattable(
    [all...]
  /external/icu4c/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)
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() {
109 // 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/third_party/icu/public/i18n/unicode/
fmtable.h 22 * \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 {
51 * the Formattable(UDate) constructor and the Formattable(double
    [all...]
  /external/icu4c/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/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 282 milliseconds