Lines Matching refs:wp
49 const CharT* wp = nullptr; in test() local
52 std::codecvt_base::result r = c.out(m, w, w + 2, wp, n, n + 4, np); in test()
54 assert(wp == w + 2); in test()
62 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
64 assert(wp == w + 1); in test()
71 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
73 assert(wp == w + 1); in test()
79 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
81 assert(wp == w + 1); in test()
90 const CharT* wp = nullptr; in test() local
93 std::codecvt_base::result r = c.out(m, w, w + 2, wp, n, n + 4, np); in test()
95 assert(wp == w); in test()
99 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
101 assert(wp == w); in test()
105 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
107 assert(wp == w + 1); in test()
113 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
115 assert(wp == w + 1); in test()
124 const CharT* wp = nullptr; in test() local
127 std::codecvt_base::result r = c.out(m, w, w + 2, wp, n, n + 7, np); in test()
129 assert(wp == w + 2); in test()
140 r = c.out(m, w, w + 1, wp, n, n + 7, np); in test()
142 assert(wp == w + 1); in test()
152 r = c.out(m, w, w + 1, wp, n, n + 7, np); in test()
154 assert(wp == w + 1); in test()
163 r = c.out(m, w, w + 1, wp, n, n + 7, np); in test()
165 assert(wp == w + 1); in test()
181 const CharT* wp = nullptr; in test() local
184 std::codecvt_base::result r = c.out(m, w, w + 2, wp, n, n + 4, np); in test()
186 assert(wp == w + 2); in test()
194 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
196 assert(wp == w + 1); in test()
203 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
205 assert(wp == w + 1); in test()
211 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
213 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 + 2, wp, n, n + 4, np); in test()
227 assert(wp == w); in test()
231 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
233 assert(wp == w); in test()
237 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
239 assert(wp == w + 1); in test()
245 r = c.out(m, w, w + 1, wp, n, n + 4, np); in test()
247 assert(wp == w + 1); in test()
256 const CharT* wp = nullptr; in test() local
259 std::codecvt_base::result r = c.out(m, w, w + 2, wp, n, n + 7, np); in test()
261 assert(wp == w + 2); in test()
272 r = c.out(m, w, w + 1, wp, n, n + 7, np); in test()
274 assert(wp == w + 1); in test()
284 r = c.out(m, w, w + 1, wp, n, n + 7, np); in test()
286 assert(wp == w + 1); in test()
295 r = c.out(m, w, w + 1, wp, n, n + 7, np); in test()
297 assert(wp == w + 1); in test()