Searched defs:copyfmt (Results 1 – 6 of 6) 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
288 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
241 TEST(ostream_test, copyfmt) { in TEST() argument