/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ |
codecvt_base.pass.cpp | 15 // enum result {ok, partial, error, noconv}; 26 assert(std::codecvt_base::noconv == 3);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/ |
codecvt_utf16_unshift.pass.cpp | 36 assert(r == std::codecvt_base::noconv); 45 assert(r == std::codecvt_base::noconv); 54 assert(r == std::codecvt_base::noconv);
|
codecvt_utf8_unshift.pass.cpp | 36 assert(r == std::codecvt_base::noconv); 45 assert(r == std::codecvt_base::noconv); 54 assert(r == std::codecvt_base::noconv);
|
codecvt_utf8_utf16_unshift.pass.cpp | 36 assert(r == std::codecvt_base::noconv); 45 assert(r == std::codecvt_base::noconv); 54 assert(r == std::codecvt_base::noconv);
|
/external/stlport/src/ |
codecvt.cpp | 52 { __to_next = __to; return noconv; } 62 { __from_next = __from; __to_next = __to; return noconv; } 72 { __from_next = __from; __to_next = __to; return noconv; } 119 return noconv;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
char16_t_unshift.pass.cpp | 31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
|
char32_t_unshift.pass.cpp | 31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
|
char_unshift.pass.cpp | 31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
|
char_in.pass.cpp | 35 to.data(), to.data() + to.size(), to_next) == F::noconv);
|
char_out.pass.cpp | 35 to.data(), to.data() + to.size(), to_next) == F::noconv);
|
/ndk/sources/cxx-stl/stlport/src/ |
codecvt.cpp | 52 { __to_next = __to; return noconv; } 62 { __from_next = __from; __to_next = __to; return noconv; } 72 { __from_next = __from; __to_next = __to; return noconv; } 119 return noconv;
|
/external/bison/lib/ |
strtol.c | 293 goto noconv; 374 goto noconv; 404 noconv:
|
/external/stlport/stlport/stl/ |
_codecvt.h | 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result 124 { __from_next = __from; __to_next = __to; return noconv; } 133 { __from_next = __from; __to_next = __to; return noconv; } 139 { __to_next = __to; return noconv; }
|
_fstream.c | 229 if (__status == _Codecvt::noconv) { 360 // - noconv: impossible for a variable encoding 547 if (__status == _Codecvt::noconv) 600 if (__status == _Codecvt::noconv ||
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_codecvt.h | 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result 124 { __from_next = __from; __to_next = __to; return noconv; } 133 { __from_next = __from; __to_next = __to; return noconv; } 139 { __to_next = __to; return noconv; }
|
_fstream.c | 229 if (__status == _Codecvt::noconv) { 360 // - noconv: impossible for a variable encoding 547 if (__status == _Codecvt::noconv) 600 if (__status == _Codecvt::noconv ||
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_codecvt.h | 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result 124 { __from_next = __from; __to_next = __to; return noconv; } 133 { __from_next = __from; __to_next = __to; return noconv; } 139 { __to_next = __to; return noconv; }
|
_fstream.c | 229 if (__status == _Codecvt::noconv) { 360 // - noconv: impossible for a variable encoding 547 if (__status == _Codecvt::noconv) 600 if (__status == _Codecvt::noconv ||
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_codecvt.h | 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result 124 { __from_next = __from; __to_next = __to; return noconv; } 133 { __from_next = __from; __to_next = __to; return noconv; } 139 { __to_next = __to; return noconv; }
|
_fstream.c | 229 if (__status == _Codecvt::noconv) { 360 // - noconv: impossible for a variable encoding 547 if (__status == _Codecvt::noconv) 600 if (__status == _Codecvt::noconv ||
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_codecvt.h | 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result 124 { __from_next = __from; __to_next = __to; return noconv; } 133 { __from_next = __from; __to_next = __to; return noconv; } 139 { __to_next = __to; return noconv; }
|
_fstream.c | 229 if (__status == _Codecvt::noconv) { 360 // - noconv: impossible for a variable encoding 547 if (__status == _Codecvt::noconv) 600 if (__status == _Codecvt::noconv ||
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_codecvt.h | 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result 124 { __from_next = __from; __to_next = __to; return noconv; } 133 { __from_next = __from; __to_next = __to; return noconv; } 139 { __to_next = __to; return noconv; }
|
_fstream.c | 229 if (__status == _Codecvt::noconv) { 360 // - noconv: impossible for a variable encoding 547 if (__status == _Codecvt::noconv) 600 if (__status == _Codecvt::noconv ||
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_codecvt.h | 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result 124 { __from_next = __from; __to_next = __to; return noconv; } 133 { __from_next = __from; __to_next = __to; return noconv; } 139 { __to_next = __to; return noconv; }
|