HomeSort by relevance Sort by last modified time
    Searched refs:classic_table (Results 26 - 47 of 47) sorted by null

12

  /external/stlport/src/
ctype.cpp 43 ctype<char>::classic_table() _STLP_NOTHROW {
318 _M_ctype_table(__tab ? __tab : classic_table()),
395 const ctype_base::mask * table = ctype<char>::classic_table();
402 const ctype_base::mask * table = ctype<char>::classic_table();
414 return find_if(low, high, _Ctype_w_is_mask(m, ctype<char>::classic_table()));
421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table())));
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 43 ctype<char>::classic_table() _STLP_NOTHROW {
318 _M_ctype_table(__tab ? __tab : classic_table()),
395 const ctype_base::mask * table = ctype<char>::classic_table();
402 const ctype_base::mask * table = ctype<char>::classic_table();
414 return find_if(low, high, _Ctype_w_is_mask(m, ctype<char>::classic_table()));
421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table())));
  /external/stlport/stlport/stl/
_ctype.h 119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctype.h 119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 758 return isascii(c) ? ctype<char>::classic_table()[c] & m : false;
766 ctype<char>::classic_table()[*low] : 0);
774 if (isascii(*low) && (ctype<char>::classic_table()[*low] & m))
783 if (!(isascii(*low) && (ctype<char>::classic_table()[*low] & m)))
893 __tab_ = classic_table();
1021 ctype<char>::classic_table() _NOEXCEPT
1042 # warning ctype<char>::classic_table() is not implemented
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 706 * Else classic_table() is used.
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 706 * Else classic_table() is used.
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 706 * Else classic_table() is used.
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 706 * Else classic_table() is used.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 706 * Else classic_table() is used.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 707 * Else classic_table() is used.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 708 * Else classic_table() is used.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 707 * Else classic_table() is used.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 708 * Else classic_table() is used.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.h 706 * Else classic_table() is used.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 707 * Else classic_table() is used.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 707 * Else classic_table() is used.
    [all...]

Completed in 1310 milliseconds

12