HomeSort by relevance Sort by last modified time
    Searched defs:_M_ctype_table (Results 1 - 7 of 7) sorted by null

  /external/stlport/stlport/stl/
_ctype.h 79 { return ((*(_M_ctype_table+(unsigned char)__c)) & __m) != 0; }
83 *__vec = _M_ctype_table[(unsigned char)*__p];
118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
141 const mask* _M_ctype_table;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 79 { return ((*(_M_ctype_table+(unsigned char)__c)) & __m) != 0; }
83 *__vec = _M_ctype_table[(unsigned char)*__p];
118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
141 const mask* _M_ctype_table;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 79 { return ((*(_M_ctype_table+(unsigned char)__c)) & __m) != 0; }
83 *__vec = _M_ctype_table[(unsigned char)*__p];
118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
141 const mask* _M_ctype_table;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 79 { return ((*(_M_ctype_table+(unsigned char)__c)) & __m) != 0; }
83 *__vec = _M_ctype_table[(unsigned char)*__p];
118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
141 const mask* _M_ctype_table;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 79 { return ((*(_M_ctype_table+(unsigned char)__c)) & __m) != 0; }
83 *__vec = _M_ctype_table[(unsigned char)*__p];
118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
141 const mask* _M_ctype_table;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 79 { return ((*(_M_ctype_table+(unsigned char)__c)) & __m) != 0; }
83 *__vec = _M_ctype_table[(unsigned char)*__p];
118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
141 const mask* _M_ctype_table;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctype.h 79 { return ((*(_M_ctype_table+(unsigned char)__c)) & __m) != 0; }
83 *__vec = _M_ctype_table[(unsigned char)*__p];
118 const mask* table() const _STLP_NOTHROW { return _M_ctype_table; }
141 const mask* _M_ctype_table;

Completed in 264 milliseconds