OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormattableStreamer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp
789
class
FormattableStreamer
/* not : public UObject because all methods are static */ {
794
FormattableStreamer
() {} // private - forbid instantiation
801
FormattableStreamer
::streamOut(ostream& stream, const Formattable& obj)
836
FormattableStreamer
::streamOut(stream, array[i]);
/external/icu4c/i18n/
fmtable.cpp
823
class
FormattableStreamer
/* not : public UObject because all methods are static */ {
828
FormattableStreamer
() {} // private - forbid instantiation
835
FormattableStreamer
::streamOut(ostream& stream, const Formattable& obj)
870
FormattableStreamer
::streamOut(stream, array[i]);
Completed in 1312 milliseconds