HomeSort by relevance Sort by last modified time
    Searched defs:to_next (Results 1 - 16 of 16) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_unshift.pass.cpp 15 // 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());
char32_t_unshift.pass.cpp 15 // 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());
char_in.pass.cpp 16 // 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());
char_out.pass.cpp 16 // 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());
char_unshift.pass.cpp 15 // 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());
wchar_t_unshift.pass.cpp 15 // 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());
char16_t_in.pass.cpp 16 // 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);
char16_t_out.pass.cpp 16 // 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);
char32_t_in.pass.cpp 16 // 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);
char32_t_out.pass.cpp 16 // 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);
wchar_t_in.pass.cpp 16 // 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());
wchar_t_out.pass.cpp 16 // 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 - to.data() == to.size()-1)
    [all...]
  /external/stlport/test/unit/
codecvt_test.cpp 518 wchar_t *to_next; local
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
520 CPPUNIT_ASSERT( to_next == &wc );
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( to_next == &wc + 1 );
543 wchar_t *to_next; local
545 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
548 cp936_wstr.assign(wbuf, to_next);
554 char *to_next; local
556 buf, buf + sizeof(buf), to_next);
583 wchar_t *to_next; local
629 char *to_next; local
641 wchar_t *to_next; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 520 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/
codecvt_test.cpp 520 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 1003 milliseconds