/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
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());
|
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);
|
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());
|
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...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
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());
|
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);
|
wchar_t_in.pass.cpp | 15 // 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());
|
wchar_t_out.pass.cpp | 15 // 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 - from.data() == to.size()-1) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
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());
|
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);
|
wchar_t_in.pass.cpp | 15 // 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());
|
wchar_t_out.pass.cpp | 15 // 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 - from.data() == to.size()-1) [all...] |