HomeSort by relevance Sort by last modified time
    Searched refs:to_next (Results 1 - 25 of 26) sorted by null

1 2

  /external/libcxx/test/std/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_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());
wchar_t_out.pass.cpp 16 // externT* to, externT* to_end, externT*& to_next) const;
35 char* to_next = 0; local
37 to.data(), to.data() + to.size(), to_next);
40 assert(static_cast<std::size_t>(to_next - to.data()) == from.size());
49 char* to_next = 0; local
51 to.data(), to.data() + to.size(), to_next);
54 assert(static_cast<std::size_t>(to_next - to.data()) == from.size());
62 char* to_next = 0; local
64 to.data(), to.data() + to.size()-1, to_next);
67 assert(static_cast<std::size_t>(to_next - to.data()) == to.size()-1)
    [all...]
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);
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());
wchar_t_in.pass.cpp 16 // internT* to, internT* to_end, internT*& to_next) const;
35 F::intern_type* to_next = 0; local
37 &to[0], &to[0] + to.size(), to_next);
40 assert(static_cast<std::size_t>(to_next - to.data()) == expected.size());
41 assert(static_cast<std::size_t>(to_next - to.data()) == expected.size());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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_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());
wchar_t_out.pass.cpp 16 // externT* to, externT* to_end, externT*& to_next) const;
35 char* to_next = 0; local
37 to.data(), to.data() + to.size(), to_next);
40 assert(static_cast<std::size_t>(to_next - to.data()) == from.size());
49 char* to_next = 0; local
51 to.data(), to.data() + to.size(), to_next);
54 assert(static_cast<std::size_t>(to_next - to.data()) == from.size());
62 char* to_next = 0; local
64 to.data(), to.data() + to.size()-1, to_next);
67 assert(static_cast<std::size_t>(to_next - to.data()) == to.size()-1)
    [all...]
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);
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());
wchar_t_in.pass.cpp 16 // internT* to, internT* to_end, internT*& to_next) const;
35 F::intern_type* to_next = 0; local
37 &to[0], &to[0] + to.size(), to_next);
40 assert(static_cast<std::size_t>(to_next - to.data()) == expected.size());
41 assert(static_cast<std::size_t>(to_next - to.data()) == expected.size());
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 

Completed in 165 milliseconds

1 2