Home | History | Annotate | Download | only in unicode

Lines Matching refs:Formattable

247  *     Formattable arguments[] = {
249 * Formattable( (Date) cal.getTime(success), Formattable::kIsDate),
272 * Formattable testArgs[] = {3L, "MyDisk"};
301 * Formattable testArgs[] = {0L, "MyDisk"};
556 * which can be used with getFormat() and setFormat() to export formattable
629 * Does not take ownership of the Formattable* array or its contents.
644 UnicodeString& format(const Formattable* source,
668 const Formattable* arguments,
675 * string. The array must be stored within a single Formattable
676 * object of type kArray. If the Formattable object type is not of
682 * @param obj A Formattable of type kArray containing
693 virtual UnicodeString& format(const Formattable& obj,
700 * string. The array must be stored within a single Formattable
701 * object of type kArray. If the Formattable object type is not of
712 UnicodeString& format(const Formattable& obj,
736 const Formattable* arguments,
753 virtual Formattable* parse(const UnicodeString& source,
772 virtual Formattable* parse(const UnicodeString& source,
778 * stored within a single Formattable of type kArray.
781 * @param result Formattable to be set to the parse result.
789 Formattable& result,
833 * @return The number of formattable types in the pattern
911 * we expect argument 3 to have type Formattable::kLong. This
915 Formattable::Type* argTypes;
966 UnicodeString& format(const Formattable* arguments,
980 * @param arguments The formattable objects array. (Must not be NULL.)
992 const Formattable* arguments,
1013 Formattable::Type& formattableType,
1017 const Formattable* getArgFromListByName(const Formattable* arguments,
1021 Formattable* parse(int32_t msgStart,
1028 FieldPosition* fp, const Formattable* argId) const;
1038 const Formattable* arguments,
1054 * @return The array of formattable types in the pattern
1057 const Formattable::Type* getArgTypeList(int32_t& listCount) const {
1077 virtual UnicodeString& format(const Formattable& obj,
1080 virtual UnicodeString& format(const Formattable&,
1084 virtual UnicodeString& format(const Formattable& obj,
1089 Formattable&,
1097 MessageFormat::format(const Formattable& obj,