Searched refs:from_next (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | wchar_t_out.pass.cpp | 33 const F::intern_type* from_next = 0; in main() local 35 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() 38 assert(from_next - from.data() == from.size()); in main() 47 const F::intern_type* from_next = 0; in main() local 49 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() 52 assert(from_next - from.data() == from.size()); in main() 60 const F::intern_type* from_next = 0; in main() local 62 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() 65 assert(from_next - from.data() == to.size()-1); in main()
|
D | char32_t_in.pass.cpp | 32 const char* from_next = 0; in main() local 34 assert(f.in(mbs, from, from + 9, from_next, in main() 36 assert(from_next - from == 9); in main()
|
D | char16_t_in.pass.cpp | 32 const char* from_next = 0; in main() local 34 assert(f.in(mbs, from, from + 9, from_next, in main() 36 assert(from_next - from == 9); in main()
|
D | char16_t_out.pass.cpp | 35 const F::intern_type* from_next = 0; in main() local 37 F::result r = f.out(mbs, from, from + 9, from_next, in main() 40 assert(from_next - from == 9); in main()
|
D | char_in.pass.cpp | 32 const char* from_next = 0; in main() local 34 assert(f.in(mbs, from.data(), from.data() + from.size(), from_next, in main() 36 assert(from_next == from.data()); in main()
|
D | char32_t_out.pass.cpp | 35 const F::intern_type* from_next = 0; in main() local 37 F::result r = f.out(mbs, from, from + 9, from_next, in main() 40 assert(from_next - from == 9); in main()
|
D | char_out.pass.cpp | 32 const char* from_next = 0; in main() local 34 assert(f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() 36 assert(from_next == from.data()); in main()
|
D | wchar_t_in.pass.cpp | 33 const F::extern_type* from_next = 0; in main() local 35 F::result r = f.in(mbs, from.data(), from.data() + from.size(), from_next, in main() 38 assert(from_next - from.data() == from.size()); in main()
|