/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/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/dbus/tools/ |
strtoll.c | 103 goto noconv; 154 noconv:
|
strtoull.c | 102 goto noconv; 133 noconv:
|
/external/bison/lib/ |
strtol.c | 307 goto noconv; 388 goto noconv; 418 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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
codecvt.h | 53 noconv enumerator in enum:codecvt_base::result 100 * conversion is necessary, returns codecvt_base::noconv. If 143 * no conversion is necessary, returns codecvt_base::noconv. If the 180 * conversion is necessary, returns codecvt_base::noconv. If
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
codecvt.h | 55 noconv enumerator in enum:codecvt_base::result 102 * conversion is necessary, returns codecvt_base::noconv. If 145 * no conversion is necessary, returns codecvt_base::noconv. If the 182 * conversion is necessary, returns codecvt_base::noconv. If
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
codecvt.h | 55 noconv enumerator in enum:codecvt_base::result 102 * conversion is necessary, returns codecvt_base::noconv. If 145 * no conversion is necessary, returns codecvt_base::noconv. If the 182 * conversion is necessary, returns codecvt_base::noconv. If
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 53 noconv enumerator in enum:codecvt_base::result 100 * conversion is necessary, returns codecvt_base::noconv. If 143 * no conversion is necessary, returns codecvt_base::noconv. If the 180 * conversion is necessary, returns codecvt_base::noconv. If
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 53 noconv enumerator in enum:codecvt_base::result 100 * conversion is necessary, returns codecvt_base::noconv. If 143 * no conversion is necessary, returns codecvt_base::noconv. If the 180 * conversion is necessary, returns codecvt_base::noconv. If
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 53 noconv enumerator in enum:codecvt_base::result 100 * conversion is necessary, returns codecvt_base::noconv. If 143 * no conversion is necessary, returns codecvt_base::noconv. If the 180 * conversion is necessary, returns codecvt_base::noconv. If
|
/external/stlport/test/unit/ |
fstream_test.cpp | 632 { __from_next = __from; __to_next = __to; return noconv; } 641 { __from_next = __from; __to_next = __to; return noconv; } 647 { __to_next = __to; return noconv; }
|
/ndk/tests/device/test-gnustl-full/unit/ |
fstream_test.cpp | 650 { __from_next = __from; __to_next = __to; return noconv; } 659 { __from_next = __from; __to_next = __to; return noconv; } 665 { __to_next = __to; return noconv; }
|
/ndk/tests/device/test-stlport/unit/ |
fstream_test.cpp | 650 { __from_next = __from; __to_next = __to; return noconv; } 659 { __from_next = __from; __to_next = __to; return noconv; } 665 { __to_next = __to; return noconv; }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
codecvt_specializations.h | 391 __ret = codecvt_base::noconv;
|