Home
last modified time | relevance | path

Searched refs:toUFormattable (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h625 inline UFormattable *toUFormattable();
633 inline const UFormattable *toUFormattable() const;
739 inline UFormattable* Formattable::toUFormattable() { in toUFormattable() function
743 inline const UFormattable* Formattable::toUFormattable() const { in toUFormattable() function
/external/icu/icu4c/source/i18n/
Dfmtable.cpp907 UFormattable *fmt = (new Formattable())->toUFormattable(); in ufmt_open()
1013 return (*obj)[n].toUFormattable(); // returns non-const Formattable in ufmt_getArrayItemByIndex()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp6829 UFormattable *u = f.toUFormattable(); in testFormattableAsUFormattable()
6995 == *(Formattable::fromUFormattable(defaultFormattable.toUFormattable())))); in TestUFormattable()
6998 == Formattable::fromUFormattable(defaultFormattable.toUFormattable()))); in TestUFormattable()