Searched refs:toUFormattable (Results 1 – 3 of 3) sorted by relevance
625 inline UFormattable *toUFormattable();633 inline const UFormattable *toUFormattable() const;739 inline UFormattable* Formattable::toUFormattable() { in toUFormattable() function743 inline const UFormattable* Formattable::toUFormattable() const { in toUFormattable() function
907 UFormattable *fmt = (new Formattable())->toUFormattable(); in ufmt_open()1013 return (*obj)[n].toUFormattable(); // returns non-const Formattable in ufmt_getArrayItemByIndex()
6829 UFormattable *u = f.toUFormattable(); in testFormattableAsUFormattable()6995 == *(Formattable::fromUFormattable(defaultFormattable.toUFormattable())))); in TestUFormattable()6998 == Formattable::fromUFormattable(defaultFormattable.toUFormattable()))); in TestUFormattable()