Home | History | Annotate | Download | only in locale.time.get.members

Lines Matching refs:err

15 //                    ios_base::iostate& err, tm* t) const;
37 std::ios_base::iostate err;
41 err = std::ios_base::goodbit;
43 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
46 assert(err == std::ios_base::eofbit);
50 err = std::ios_base::goodbit;
52 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
55 assert(err == std::ios_base::eofbit);
59 err = std::ios_base::goodbit;
61 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
64 assert(err == std::ios_base::eofbit);
68 err = std::ios_base::goodbit;
70 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
73 assert(err == std::ios_base::eofbit);
77 err = std::ios_base::goodbit;
79 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
82 assert(err == std::ios_base::eofbit);
86 err = std::ios_base::goodbit;
88 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
91 assert(err == std::ios_base::eofbit);
95 err = std::ios_base::goodbit;
97 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
100 assert(err == std::ios_base::eofbit);
104 err = std::ios_base::goodbit;
106 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
109 assert(err == std::ios_base::eofbit);
113 err = std::ios_base::goodbit;
115 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
118 assert(err == std::ios_base::eofbit);
122 err = std::ios_base::goodbit;
124 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
127 assert(err == std::ios_base::eofbit);
131 err = std::ios_base::goodbit;
133 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t);
136 assert(err == std::ios_base::goodbit);