Searched refs:from_next (Results 1 - 12 of 12) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dwchar_t_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
33 const F::intern_type* from_next = 0; local
35 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
38 assert(from_next - from.data() == from.size());
47 const F::intern_type* from_next = 0; local
49 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
52 assert(from_next - from.data() == from.size());
60 const F::intern_type* from_next = 0; local
62 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
65 assert(from_next
[all...]
H A Dchar16_t_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
32 const char* from_next = 0; local
34 assert(f.in(mbs, from, from + 9, from_next,
36 assert(from_next - from == 9);
H A Dchar16_t_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
35 const F::intern_type* from_next = 0; local
37 F::result r = f.out(mbs, from, from + 9, from_next,
40 assert(from_next - from == 9);
H A Dchar32_t_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
32 const char* from_next = 0; local
34 assert(f.in(mbs, from, from + 9, from_next,
36 assert(from_next - from == 9);
H A Dchar32_t_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
35 const F::intern_type* from_next = 0; local
37 F::result r = f.out(mbs, from, from + 9, from_next,
40 assert(from_next - from == 9);
H A Dchar_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
32 const char* from_next = 0; local
34 assert(f.in(mbs, from.data(), from.data() + from.size(), from_next,
36 assert(from_next == from.data());
H A Dchar_out.pass.cpp15 // const internT* from, const internT* from_end, const internT*& from_next,
32 const char* from_next = 0; local
34 assert(f.out(mbs, from.data(), from.data() + from.size(), from_next,
36 assert(from_next == from.data());
H A Dwchar_t_in.pass.cpp15 // const externT* from, const externT* from_end, const externT*& from_next,
33 const F::extern_type* from_next = 0; local
35 F::result r = f.in(mbs, from.data(), from.data() + from.size(), from_next,
38 assert(from_next - from.data() == from.size());
/ndk/sources/cxx-stl/stlport/src/
H A Dcodecvt.cpp86 const intern_type*& from_next,
92 from_next = from + len;
101 const extern_type*& from_next,
108 from_next = from + len;
83 do_out(state_type& , const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument
98 do_in(state_type& , const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_limit, intern_type*& to_next) const argument
H A Dfacets_byname.cpp309 const intern_type*& from_next,
318 from_next = from;
323 from_next = from;
332 from_next = from;
341 const extern_type*& from_next,
350 from_next = from;
356 from_next = from;
365 from_next = from;
306 do_out(state_type& state, const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument
338 do_in(state_type& state, const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_end, intern_type*& to_next) const argument
/ndk/tests/device/test-gnustl-full/unit/
H A Dcodecvt_test.cpp518 const char *from_next; local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
544 const char *from_next; local
546 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
549 CPPUNIT_ASSERT( from_next == cp936_str.data() + cp936_str.size() );
554 const wchar_t *from_next; local
557 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
584 const char *from_next; local
586 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next,
629 const wchar_t *from_next; local
642 const char *from_next; local
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dcodecvt_test.cpp518 const char *from_next; local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
544 const char *from_next; local
546 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
549 CPPUNIT_ASSERT( from_next == cp936_str.data() + cp936_str.size() );
554 const wchar_t *from_next; local
557 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
584 const char *from_next; local
586 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next,
629 const wchar_t *from_next; local
642 const char *from_next; local
[all...]

Completed in 3941 milliseconds