Searched refs:toUFormattable (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h626 inline UFormattable *toUFormattable();
634 inline const UFormattable *toUFormattable() const;
742 inline UFormattable* Formattable::toUFormattable() { function in class:Formattable
746 inline const UFormattable* Formattable::toUFormattable() const { function in class:Formattable
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h626 inline UFormattable *toUFormattable();
634 inline const UFormattable *toUFormattable() const;
742 inline UFormattable* Formattable::toUFormattable() { function in class:Formattable
746 inline const UFormattable* Formattable::toUFormattable() const { function in class:Formattable
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp907 UFormattable *fmt = (new Formattable())->toUFormattable();
1013 return (*obj)[n].toUFormattable(); // returns non-const Formattable
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp907 UFormattable *fmt = (new Formattable())->toUFormattable();
1013 return (*obj)[n].toUFormattable(); // returns non-const Formattable
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp6794 UFormattable *u = f.toUFormattable();
6797 errln("%s:%d: Error: f.toUFormattable() retuned NULL.");
6960 == *(Formattable::fromUFormattable(defaultFormattable.toUFormattable()))));
6963 == Formattable::fromUFormattable(defaultFormattable.toUFormattable())));
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp6823 UFormattable *u = f.toUFormattable();
6826 errln("%s:%d: Error: f.toUFormattable() retuned NULL.");
6989 == *(Formattable::fromUFormattable(defaultFormattable.toUFormattable()))));
6992 == Formattable::fromUFormattable(defaultFormattable.toUFormattable())));

Completed in 223 milliseconds