Searched refs:to_next (Results 1 - 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_unshift.pass.cpp15 // externT* to, externT* to_end, externT*& to_next) const;
30 char* to_next = 0; local
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
H A Dchar32_t_unshift.pass.cpp15 // externT* to, externT* to_end, externT*& to_next) const;
30 char* to_next = 0; local
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
H A Dchar_unshift.pass.cpp15 // externT* to, externT* to_end, externT*& to_next) const;
30 char* to_next = 0; local
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
H A Dwchar_t_unshift.pass.cpp15 // externT* to, externT* to_end, externT*& to_next) const;
32 F::extern_type* to_next = 0; local
33 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::ok);
34 assert(to_next == to.data());
H A Dwchar_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
34 char* to_next = 0; local
36 to.data(), to.data() + to.size(), to_next);
39 assert(to_next - to.data() == from.size());
48 char* to_next = 0; local
50 to.data(), to.data() + to.size(), to_next);
53 assert(to_next - to.data() == from.size());
61 char* to_next = 0; local
63 to.data(), to.data() + to.size()-1, to_next);
66 assert(to_next
[all...]
H A Dchar16_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
33 F::intern_type* to_next = 0; local
35 to, to + 9, to_next) == F::ok);
37 assert(to_next - to == 9);
H A Dchar16_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
36 char* to_next = 0; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
H A Dchar32_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
33 F::intern_type* to_next = 0; local
35 to, to + 9, to_next) == F::ok);
37 assert(to_next - to == 9);
H A Dchar32_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
36 char* to_next = 0; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
H A Dchar_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
33 char* to_next = 0; local
35 to.data(), to.data() + to.size(), to_next) == F::noconv);
37 assert(to_next == to.data());
H A Dchar_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
33 char* to_next = 0; local
35 to.data(), to.data() + to.size(), to_next) == F::noconv);
37 assert(to_next == to.data());
H A Dwchar_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
34 F::intern_type* to_next = 0; local
36 &to[0], &to[0] + to.size(), to_next);
39 assert(to_next - to.data() == expected.size());
40 assert(to_next - to.data() == expected.size());
/ndk/sources/cxx-stl/stlport/src/
H A Dcodecvt.cpp89 extern_type*& to_next) const {
93 to_next = to + len;
104 intern_type*& to_next) const {
109 to_next = to + len;
117 extern_type*& to_next) const {
118 to_next = to;
H A Dfacets_byname.cpp312 extern_type*& to_next) const {
319 to_next = to;
324 to_next = to;
333 to_next = to;
344 intern_type*& to_next) const {
351 to_next = to;
357 to_next = to;
366 to_next = to;
374 extern_type*& to_next) const {
375 to_next
[all...]
/ndk/tests/device/test-gnustl-full/unit/
H A Dcodecvt_test.cpp520 wchar_t *to_next; local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
522 CPPUNIT_ASSERT( to_next == &wc );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
525 CPPUNIT_ASSERT( to_next == &wc + 1 );
545 wchar_t *to_next; local
547 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
550 cp936_wstr.assign(wbuf, to_next);
556 char *to_next; local
558 buf, buf + sizeof(buf), to_next);
585 wchar_t *to_next; local
631 char *to_next; local
643 wchar_t *to_next; local
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dcodecvt_test.cpp520 wchar_t *to_next; local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
522 CPPUNIT_ASSERT( to_next == &wc );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
525 CPPUNIT_ASSERT( to_next == &wc + 1 );
545 wchar_t *to_next; local
547 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
550 cp936_wstr.assign(wbuf, to_next);
556 char *to_next; local
558 buf, buf + sizeof(buf), to_next);
585 wchar_t *to_next; local
631 char *to_next; local
643 wchar_t *to_next; local
[all...]

Completed in 71 milliseconds