/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/ |
D | codecvt_utf8_unshift.pass.cpp | 36 assert(r == std::codecvt_base::noconv); in main() 45 assert(r == std::codecvt_base::noconv); in main() 54 assert(r == std::codecvt_base::noconv); in main()
|
D | codecvt_utf16_unshift.pass.cpp | 36 assert(r == std::codecvt_base::noconv); in main() 45 assert(r == std::codecvt_base::noconv); in main() 54 assert(r == std::codecvt_base::noconv); in main()
|
D | codecvt_utf8_utf16_unshift.pass.cpp | 36 assert(r == std::codecvt_base::noconv); in main() 45 assert(r == std::codecvt_base::noconv); in main() 54 assert(r == std::codecvt_base::noconv); in main()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | codecvt.cpp | 52 { __to_next = __to; return noconv; } in do_unshift() 62 { __from_next = __from; __to_next = __to; return noconv; } in do_in() 72 { __from_next = __from; __to_next = __to; return noconv; } in do_out() 119 return noconv; in do_unshift()
|
D | facets_byname.cpp | 386 return to_next == to ? noconv : ok; in do_unshift()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ |
D | codecvt_base.pass.cpp | 26 assert(std::codecvt_base::noconv == 3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | char32_t_unshift.pass.cpp | 31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv); in main()
|
D | char_unshift.pass.cpp | 31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv); in main()
|
D | char16_t_unshift.pass.cpp | 31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv); in main()
|
D | char_in.pass.cpp | 35 to.data(), to.data() + to.size(), to_next) == F::noconv); in main()
|
D | char_out.pass.cpp | 35 to.data(), to.data() + to.size(), to_next) == F::noconv); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _codecvt.h | 42 enum result {ok, partial, error, noconv}; enumerator 124 { __from_next = __from; __to_next = __to; return noconv; } 133 { __from_next = __from; __to_next = __to; return noconv; } 139 { __to_next = __to; return noconv; }
|
D | _fstream.c | 229 if (__status == _Codecvt::noconv) { in overflow() 547 if (__status == _Codecvt::noconv) in _M_underflow_aux() 600 if (__status == _Codecvt::noconv || in _M_unshift()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __std_stream | 157 case _VSTD::codecvt_base::noconv: 201 case _VSTD::codecvt_base::noconv: 289 if (__r == codecvt_base::noconv)
|
D | fstream | 621 if (__r == codecvt_base::noconv) 703 if (__r == codecvt_base::noconv)
|
D | locale | 3881 else if (__r == codecvt_base::noconv) 3942 else if (__r == codecvt_base::noconv) 3975 if (__r == codecvt_base::noconv) 4145 if (__r == codecvt_base::noconv) 4222 if (__r == codecvt_base::noconv) 4387 case codecvt_base::noconv:
|
D | __locale | 806 enum result {ok, partial, error, noconv};
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | fstream_test.cpp | 650 { __from_next = __from; __to_next = __to; return noconv; } in out() 659 { __from_next = __from; __to_next = __to; return noconv; } in in() 665 { __to_next = __to; return noconv; } in unshift()
|
D | codecvt_test.cpp | 620 case codecvt_base::noconv: in special_encodings()
|
/ndk/tests/device/test-stlport/unit/ |
D | fstream_test.cpp | 650 { __from_next = __from; __to_next = __to; return noconv; } in out() 659 { __from_next = __from; __to_next = __to; return noconv; } in in() 665 { __to_next = __to; return noconv; } in unshift()
|
D | codecvt_test.cpp | 620 case codecvt_base::noconv: in special_encodings()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 1448 return noconv; in do_out() 1458 return noconv; in do_in() 1466 return noconv; in do_unshift() 3196 return noconv; in do_unshift() 3273 return noconv; in do_unshift() 3365 return noconv; in do_unshift() 3440 return noconv; in do_unshift() 3515 return noconv; in do_unshift() 3590 return noconv; in do_unshift() 3665 return noconv; in do_unshift() [all …]
|