Lines Matching refs:wp

54     const CharT* wp = nullptr;  in test()  local
57 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
59 assert(wp == &w + 1); in test()
67 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
69 assert(wp == &w + 1); in test()
77 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
79 assert(wp == &w + 1); in test()
87 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
89 assert(wp == &w + 1); in test()
101 const CharT* wp = nullptr; in test() local
104 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
106 assert(wp == &w); in test()
114 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
116 assert(wp == &w); in test()
124 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
126 assert(wp == &w + 1); in test()
134 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
136 assert(wp == &w + 1); in test()
148 const CharT* wp = nullptr; in test() local
151 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 6, np); in test()
153 assert(wp == &w + 1); in test()
163 r = c.out(m, &w, &w + 1, wp, n, n + 6, np); in test()
165 assert(wp == &w + 1); in test()
175 r = c.out(m, &w, &w + 1, wp, n, n + 6, np); in test()
177 assert(wp == &w + 1); in test()
187 r = c.out(m, &w, &w + 1, wp, n, n + 6, np); in test()
189 assert(wp == &w + 1); in test()
204 const CharT* wp = nullptr; in test() local
207 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
209 assert(wp == &w + 1); in test()
217 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
219 assert(wp == &w + 1); in test()
227 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
229 assert(wp == &w + 1); in test()
237 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
239 assert(wp == &w + 1); in test()
251 const CharT* wp = nullptr; in test() local
254 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
256 assert(wp == &w); in test()
264 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
266 assert(wp == &w); in test()
274 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
276 assert(wp == &w + 1); in test()
284 r = c.out(m, &w, &w + 1, wp, n, n + 4, np); in test()
286 assert(wp == &w + 1); in test()
301 const CharT* wp = nullptr; in test() local
304 std::codecvt_base::result r = c.out(m, &w, &w + 1, wp, n, n + 6, np); in test()
306 assert(wp == &w + 1); in test()
316 r = c.out(m, &w, &w + 1, wp, n, n + 6, np); in test()
318 assert(wp == &w + 1); in test()
328 r = c.out(m, &w, &w + 1, wp, n, n + 6, np); in test()
330 assert(wp == &w + 1); in test()
340 r = c.out(m, &w, &w + 1, wp, n, n + 6, np); in test()
342 assert(wp == &w + 1); in test()