Searched refs:toUFormattable (Results 1 – 3 of 3) sorted by relevance
621 inline UFormattable *toUFormattable();629 inline const UFormattable *toUFormattable() const;734 inline UFormattable* Formattable::toUFormattable() { in toUFormattable() function738 inline const UFormattable* Formattable::toUFormattable() const { in toUFormattable() function
898 UFormattable *fmt = (new Formattable())->toUFormattable(); in ufmt_open()1004 return (*obj)[n].toUFormattable(); // returns non-const Formattable in ufmt_getArrayItemByIndex()
7098 UFormattable *u = f.toUFormattable(); in testFormattableAsUFormattable()7264 == *(Formattable::fromUFormattable(defaultFormattable.toUFormattable())))); in TestUFormattable()7267 == Formattable::fromUFormattable(defaultFormattable.toUFormattable()))); in TestUFormattable()