Lines Matching refs:wp
51 const CharT* wp = nullptr; in test() local
54 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
56 assert(wp == &w + 1); in test()
64 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
66 assert(wp == &w + 1); in test()
74 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
76 assert(wp == &w + 1); in test()
88 const CharT* wp = nullptr; in test() local
91 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
93 assert(wp == &w); in test()
101 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
103 assert(wp == &w + 1); in test()
111 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
113 assert(wp == &w + 1); in test()
125 const CharT* wp = nullptr; in test() local
128 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 7, np); in test()
130 assert(wp == &w + 1); in test()
141 r = c.out(m, &w, &w + 1, wp, n, n + 7, np); in test()
143 assert(wp == &w + 1); in test()
154 r = c.out(m, &w, &w + 1, wp, n, n + 7, np); in test()
156 assert(wp == &w + 1); in test()
175 const CharT* wp = nullptr; in test() local
178 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
180 assert(wp == &w + 1); in test()
188 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
190 assert(wp == &w + 1); in test()
198 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
200 assert(wp == &w + 1); in test()
208 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
210 assert(wp == &w + 1); in test()
222 const CharT* wp = nullptr; in test() local
225 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
227 assert(wp == &w); in test()
235 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
237 assert(wp == &w); in test()
245 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
247 assert(wp == &w + 1); in test()
255 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
257 assert(wp == &w + 1); in test()
269 const CharT* wp = nullptr; in test() local
272 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 7, np); in test()
274 assert(wp == &w + 1); in test()
285 r = c.out(m, &w, &w + 1, wp, n, n + 7, np); in test()
287 assert(wp == &w + 1); in test()
298 r = c.out(m, &w, &w + 1, wp, n, n + 7, np); in test()
300 assert(wp == &w + 1); in test()
311 r = c.out(m, &w, &w + 1, wp, n, n + 7, np); in test()
313 assert(wp == &w + 1); in test()