Searched defs:FormattableStreamer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp789 class FormattableStreamer /* not : public UObject because all methods are static */ { class
794 FormattableStreamer() {} // private - forbid instantiation function in class:FormattableStreamer
801 FormattableStreamer::streamOut(ostream& stream, const Formattable& obj)
836 FormattableStreamer::streamOut(stream, array[i]);
/external/icu4c/i18n/
H A Dfmtable.cpp823 class FormattableStreamer /* not : public UObject because all methods are static */ { class
828 FormattableStreamer() {} // private - forbid instantiation function in class:FormattableStreamer
835 FormattableStreamer::streamOut(ostream& stream, const Formattable& obj)
870 FormattableStreamer::streamOut(stream, array[i]);

Completed in 147 milliseconds