Searched refs:_M_table (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dctype_inline.h51 if (_M_table)
52 return _M_table[static_cast<unsigned char>(__c)] & __m;
61 if (_M_table)
63 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)];
97 if (_M_table)
99 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
114 if (_M_table)
116 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
H A Dctype_noninline.h49 _M_table(__table ? __table : classic_table())
60 _M_table(__table ? __table : classic_table())
H A Dlocale_facets.h692 const mask* _M_table; member in class:ctype
985 { return _M_table; }

Completed in 81 milliseconds