Searched defs:copyfmt (Results 1 – 8 of 8) sorted by relevance
65 …DateFormat copyfmt = new SimpleDateFormat("'# Copyright (C) 'yyyy' IBM Inc. All Rights Reserved.'… in main() local
63 basic_ios<_CharT, _Traits>::copyfmt(const basic_ios& __rhs) in copyfmt() function in std::basic_ios
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
245 void ios_base::copyfmt(const ios_base& rhs) { in copyfmt() function in ios_base
301 ios_base::copyfmt(const ios_base& rhs) in copyfmt() function in ios_base
242 TEST(ostream_test, copyfmt) { in TEST() argument