HomeSort by relevance Sort by last modified time
    Searched full:noconv (Results 1 - 25 of 39) sorted by null

1 2

  /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/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 ||
  /prebuilt/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 ||
  /prebuilt/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 ||
  /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:
  /prebuilt/linux-x86/toolchain/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
fstream.tcc 301 if (__r == codecvt_base::noconv)
489 else if (__r == codecvt_base::noconv)
  /prebuilt/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
fstream.tcc 301 if (__r == codecvt_base::noconv)
489 else if (__r == codecvt_base::noconv)
  /prebuilt/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
fstream.tcc 301 if (__r == codecvt_base::noconv)
489 else if (__r == codecvt_base::noconv)
  /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; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 391 __ret = codecvt_base::noconv;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 391 __ret = codecvt_base::noconv;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 391 __ret = codecvt_base::noconv;

Completed in 1023 milliseconds

1 2