/ndk/sources/cxx-stl/llvm-libc++/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_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()
|
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()
|
/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++/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++/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 | char16_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 | 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++/include/ |
D | __std_stream | 143 case _VSTD::codecvt_base::noconv: 175 case _VSTD::codecvt_base::noconv: 258 if (__r == codecvt_base::noconv)
|
D | fstream | 621 if (__r == codecvt_base::noconv) 703 if (__r == codecvt_base::noconv)
|
D | locale | 4001 else if (__r == codecvt_base::noconv) 4062 else if (__r == codecvt_base::noconv) 4095 if (__r == codecvt_base::noconv) 4265 if (__r == codecvt_base::noconv) 4342 if (__r == codecvt_base::noconv) 4507 case codecvt_base::noconv:
|
D | __locale | 784 enum result {ok, partial, error, noconv};
|
/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/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/sources/cxx-stl/llvm-libc++/src/ |
D | locale.cpp | 1295 return noconv; in do_out() 1305 return noconv; in do_in() 1313 return noconv; in do_unshift() 3037 return noconv; in do_unshift() 3114 return noconv; in do_unshift() 3187 return noconv; in do_unshift() 3262 return noconv; in do_unshift() 3337 return noconv; in do_unshift() 3412 return noconv; in do_unshift() 3487 return noconv; in do_unshift() [all …]
|