Home
last modified time | relevance | path

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/
Dwchar_t_out.pass.cpp33 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()
Dchar32_t_in.pass.cpp32 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()
Dchar16_t_in.pass.cpp32 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()
Dchar16_t_out.pass.cpp35 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()
Dchar_in.pass.cpp32 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()
Dchar32_t_out.pass.cpp35 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()
Dchar_out.pass.cpp32 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()
Dwchar_t_in.pass.cpp33 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()