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

1 2

  /external/libcxx/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_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;
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...]
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;
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/llvm-libc++/libcxx/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_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;
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...]
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;
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());
  /external/stlport/src/
codecvt.cpp 89 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;

Completed in 263 milliseconds

1 2