Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h621 inline UFormattable *toUFormattable();
629 inline const UFormattable *toUFormattable() const;
734 inline UFormattable* Formattable::toUFormattable() { in toUFormattable() function
738 inline const UFormattable* Formattable::toUFormattable() const { in toUFormattable() function
/external/icu/icu4c/source/i18n/
Dfmtable.cpp898 UFormattable *fmt = (new Formattable())->toUFormattable(); in ufmt_open()
1004 return (*obj)[n].toUFormattable(); // returns non-const Formattable in ufmt_getArrayItemByIndex()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp7098 UFormattable *u = f.toUFormattable(); in testFormattableAsUFormattable()
7264 == *(Formattable::fromUFormattable(defaultFormattable.toUFormattable())))); in TestUFormattable()
7267 == Formattable::fromUFormattable(defaultFormattable.toUFormattable()))); in TestUFormattable()