Lines Matching refs:UObject
56 * <p>As of ICU 3.0, Formattable may also wrap a UObject pointer,
64 class U_I18N_API Formattable : public UObject {
160 * Creates a Formattable object that adopts the given UObject.
161 * @param objectToAdopt the UObject to set this object to
164 Formattable(UObject* objectToAdopt);
265 * Selector indicating a UObject value. Use getObject to
468 * Returns a pointer to the UObject contained within this
469 * formattable, or NULL if this object does not contain a UObject.
470 * @return a UObject pointer, or NULL
473 const UObject* getObject() const;
560 * Sets and adopts the UObject value of this object and changes
563 * @param objectToAdopt the UObject value to be adopted
566 void adoptObject(UObject* objectToAdopt);
649 UObject* fObject;