Searched defs:copyfmt (Results 1 – 5 of 5) sorted by relevance
65 …DateFormat copyfmt = new SimpleDateFormat("'# Copyright (C) 'yyyy' IBM Inc. All Rights Reserved.'… in main() local
26 void copyfmt(ios& left, const ios& right) { in copyfmt() function
77 basic_ios& copyfmt(const ios& right) { in copyfmt() function in std::basic_ios
205 …BOOST_FORCEINLINE StreamT& copyfmt(std::basic_ios< char_type, traits_type >& rhs) const { return t… in copyfmt() function in boost::expressions::aux::stream_ref206 BOOST_FORCEINLINE StreamT& copyfmt(StreamT& rhs) const { return this->get().copyfmt(rhs); } in copyfmt() function in boost::expressions::aux::stream_ref
342 basic_formatting_ostream& copyfmt(std::basic_ios< char_type, traits_type >& rhs) in copyfmt() function in boost::basic_formatting_ostream347 basic_formatting_ostream& copyfmt(basic_formatting_ostream& rhs) in copyfmt() function in boost::basic_formatting_ostream