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

  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_out.pass.cpp 15 // const internT* from, const internT* from_end, const internT*& from_next,
34 const F::intern_type* from_next = 0; local
36 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
39 assert(static_cast<std::size_t>(from_next - from.data()) == from.size());
48 const F::intern_type* from_next = 0; local
50 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
53 assert(static_cast<std::size_t>(from_next - from.data()) == from.size());
61 const F::intern_type* from_next = 0; local
63 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
66 assert(static_cast<std::size_t>(from_next - from.data()) == to.size()-1)
    [all...]
char16_t_in.pass.cpp 15 // 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);
char16_t_out.pass.cpp 15 // 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);
char32_t_in.pass.cpp 15 // 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);
char32_t_out.pass.cpp 15 // 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);
char_in.pass.cpp 15 // 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());
char_out.pass.cpp 15 // 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());
wchar_t_in.pass.cpp 15 // const externT* from, const externT* from_end, const externT*& from_next,
34 const F::extern_type* from_next = 0; local
36 F::result r = f.in(mbs, from.data(), from.data() + from.size(), from_next,
39 assert(static_cast<std::size_t>(from_next - from.data()) == from.size());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_out.pass.cpp 15 // const internT* from, const internT* from_end, const internT*& from_next,
34 const F::intern_type* from_next = 0; local
36 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
39 assert(static_cast<std::size_t>(from_next - from.data()) == from.size());
48 const F::intern_type* from_next = 0; local
50 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
53 assert(static_cast<std::size_t>(from_next - from.data()) == from.size());
61 const F::intern_type* from_next = 0; local
63 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next,
66 assert(static_cast<std::size_t>(from_next - from.data()) == to.size()-1)
    [all...]
char16_t_in.pass.cpp 15 // 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);
char16_t_out.pass.cpp 15 // 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);
char32_t_in.pass.cpp 15 // 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);
char32_t_out.pass.cpp 15 // 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);
char_in.pass.cpp 15 // 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());
char_out.pass.cpp 15 // 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());
wchar_t_in.pass.cpp 15 // const externT* from, const externT* from_end, const externT*& from_next,
34 const F::extern_type* from_next = 0; local
36 F::result r = f.in(mbs, from.data(), from.data() + from.size(), from_next,
39 assert(static_cast<std::size_t>(from_next - from.data()) == from.size());

Completed in 96 milliseconds