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

1 2

  /external/stlport/test/unit/
ctype_facets_test.cpp 93 //scan_not
100 res = ct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend);
104 res = ct.scan_not(ctype_base::alpha, rbeg, rend);
108 res = ct.scan_not(ctype_base::punct, rbeg, rend);
237 //scan_not
244 res = wct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend);
248 res = wct.scan_not(ctype_base::alpha, rbeg, rend);
252 res = wct.scan_not(ctype_base::punct, rbeg, rend);
  /ndk/tests/device/test-gnustl-full/unit/
ctype_facets_test.cpp 93 //scan_not
100 res = ct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend);
104 res = ct.scan_not(ctype_base::alpha, rbeg, rend);
108 res = ct.scan_not(ctype_base::punct, rbeg, rend);
237 //scan_not
244 res = wct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend);
248 res = wct.scan_not(ctype_base::alpha, rbeg, rend);
252 res = wct.scan_not(ctype_base::punct, rbeg, rend);
  /ndk/tests/device/test-stlport/unit/
ctype_facets_test.cpp 93 //scan_not
100 res = ct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend);
104 res = ct.scan_not(ctype_base::alpha, rbeg, rend);
108 res = ct.scan_not(ctype_base::punct, rbeg, rend);
237 //scan_not
244 res = wct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend);
248 res = wct.scan_not(ctype_base::alpha, rbeg, rend);
252 res = wct.scan_not(ctype_base::punct, rbeg, rend);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_inline.h 65 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
ctype_inline.h 67 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_inline.h 67 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_inline.h 64 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_inline.h 64 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_inline.h 64 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_inline.h 64 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_inline.h 64 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_inline.h 64 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_inline.h 64 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_inline.h 64 scan_not(mask __m, const char* __low, const char* __high) const function in class:ctype
  /external/stlport/stlport/stl/
_ctype.h 89 const char* scan_not(mask __m, const char* __low, const char* __high) const;
194 const wchar_t* scan_not (mask __m, function in class:ctype
_istream.c 123 return _M_ctype->scan_not(ctype_base::space, __first, __last);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 89 const char* scan_not(mask __m, const char* __low, const char* __high) const;
194 const wchar_t* scan_not (mask __m, function in class:ctype
_istream.c 123 return _M_ctype->scan_not(ctype_base::space, __first, __last);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 89 const char* scan_not(mask __m, const char* __low, const char* __high) const;
194 const wchar_t* scan_not (mask __m, function in class:ctype
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 89 const char* scan_not(mask __m, const char* __low, const char* __high) const;
194 const wchar_t* scan_not (mask __m, function in class:ctype
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 89 const char* scan_not(mask __m, const char* __low, const char* __high) const;
194 const wchar_t* scan_not (mask __m, function in class:ctype
  /external/stlport/src/
ctype.cpp 338 ctype<char>::scan_not(ctype_base::mask __m, const char* __low, const char* __high) const
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 338 ctype<char>::scan_not(ctype_base::mask __m, const char* __low, const char* __high) const
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.tcc 422 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.tcc 439 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
    [all...]

Completed in 3614 milliseconds

1 2