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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_compiler.h 111 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
152 _CtypeT& _M_ctype;
183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
189 else if (__c == _M_ctype.widen('$'))
196 else if (__c == _M_ctype.widen('.'))
202 else if (__c == _M_ctype.widen('*'))
208 else if (__c == _M_ctype.widen('+'))
214 else if (__c == _M_ctype.widen('|'))
220 else if (__c == _M_ctype.widen('['))
227 else if (__c == _M_ctype.widen('\\')
    [all...]
basic_ios.tcc 160 _M_ctype = &use_facet<__ctype_type>(__loc);
162 _M_ctype = 0;
basic_ios.h 101 const __ctype_type* _M_ctype;
266 _M_ctype(0), _M_num_put(0), _M_num_get(0)
425 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
444 { return __check_facet(_M_ctype).widen(__c); }
456 _M_streambuf(0), _M_ctype(0), _M_num_put(0), _M_num_get(0)
istream.tcc 60 const __ctype_type& __ct = __check_facet(__in._M_ctype);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_compiler.h 111 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
152 _CtypeT& _M_ctype;
183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
189 else if (__c == _M_ctype.widen('$'))
196 else if (__c == _M_ctype.widen('.'))
202 else if (__c == _M_ctype.widen('*'))
208 else if (__c == _M_ctype.widen('+'))
214 else if (__c == _M_ctype.widen('|'))
220 else if (__c == _M_ctype.widen('['))
227 else if (__c == _M_ctype.widen('\\')
    [all...]
basic_ios.tcc 160 _M_ctype = &use_facet<__ctype_type>(__loc);
162 _M_ctype = 0;
basic_ios.h 101 const __ctype_type* _M_ctype;
266 _M_ctype(0), _M_num_put(0), _M_num_get(0)
425 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
444 { return __check_facet(_M_ctype).widen(__c); }
456 _M_streambuf(0), _M_ctype(0), _M_num_put(0), _M_num_get(0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_compiler.h 111 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
152 _CtypeT& _M_ctype;
183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
189 else if (__c == _M_ctype.widen('$'))
196 else if (__c == _M_ctype.widen('.'))
202 else if (__c == _M_ctype.widen('*'))
208 else if (__c == _M_ctype.widen('+'))
214 else if (__c == _M_ctype.widen('|'))
220 else if (__c == _M_ctype.widen('['))
227 else if (__c == _M_ctype.widen('\\')
    [all...]
basic_ios.tcc 160 _M_ctype = &use_facet<__ctype_type>(__loc);
162 _M_ctype = 0;
basic_ios.h 101 const __ctype_type* _M_ctype;
266 _M_ctype(0), _M_num_put(0), _M_num_get(0)
425 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
444 { return __check_facet(_M_ctype).widen(__c); }
456 _M_streambuf(0), _M_ctype(0), _M_num_put(0), _M_num_get(0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_scanner.tcc 62 _M_ctype(std::use_facet<_CtypeT>(__loc)),
166 else if (((__pos = std::strchr(_M_spec_char, _M_ctype.narrow(__c, '\0')))
174 auto __narrowc = _M_ctype.narrow(__c, '\0');
260 if (_M_ctype.is(_CtypeT::digit, __c))
265 && _M_ctype.is(_CtypeT::digit, *_M_current))
300 auto __pos = _M_find_escape(_M_ctype.narrow(__c, '\0'));
341 || !_M_ctype.is(_CtypeT::xdigit, *_M_current))
348 else if (_M_ctype.is(_CtypeT::digit, __c))
352 && _M_ctype.is(_CtypeT::digit, *_M_current))
374 auto __pos = std::strchr(_M_spec_char, _M_ctype.narrow(__c, '\0'))
    [all...]
basic_ios.tcc 160 _M_ctype = &use_facet<__ctype_type>(__loc);
162 _M_ctype = 0;
basic_ios.h 101 const __ctype_type* _M_ctype;
266 _M_ctype(0), _M_num_put(0), _M_num_get(0)
425 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
444 { return __check_facet(_M_ctype).widen(__c); }
456 _M_streambuf(0), _M_ctype(0), _M_num_put(0), _M_num_get(0)
regex_compiler.tcc 76 _M_ctype(std::use_facet<_CtypeT>(_M_traits.getloc())),
399 (_M_ctype.is(_CtypeT::upper, _M_value[0]), _M_traits);
456 _M_ctype.is(_CtypeT::upper,
regex_scanner.h 253 _CtypeT& _M_ctype;
regex_compiler.h 140 const _CtypeT& _M_ctype;
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 48 _M_ctype = _STLP_PRIV __acquire_ctype(name, buf, 0, &__err_code);
49 if (!_M_ctype)
60 const _Locale_mask_t* p = _Locale_ctype_table(_M_ctype);
67 { _STLP_PRIV __release_ctype(_M_ctype); }
70 { return (char)_Locale_toupper(_M_ctype, c); }
73 { return (char)_Locale_tolower(_M_ctype, c); }
78 *first = (char)_Locale_toupper(_M_ctype, *first);
85 *first = (char)_Locale_tolower(_M_ctype, *first);
119 _M_ctype = _STLP_PRIV __acquire_ctype(name, buf, 0, &__err_code);
120 if (!_M_ctype)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 161 : _M_ctype(__ctype)
172 _Locale_ctype* _M_ctype;
261 : _M_ctype(__ctype) {}
268 _Locale_ctype* _M_ctype;
_istream.c 56 const ctype<argument_type>* _M_ctype;
58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
60 { return !_M_ctype->is(ctype_base::space, __c); }
68 const ctype<argument_type>* _M_ctype;
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
73 _M_ctype->is(ctype_base::space, __c);
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
89 return _M_ctype->scan_is(ctype_base::space, __first, __last);
100 const ctype<char_type>* _M_ctype;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 161 : _M_ctype(__ctype)
172 _Locale_ctype* _M_ctype;
261 : _M_ctype(__ctype) {}
268 _Locale_ctype* _M_ctype;
_istream.c 56 const ctype<argument_type>* _M_ctype;
58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
60 { return !_M_ctype->is(ctype_base::space, __c); }
68 const ctype<argument_type>* _M_ctype;
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
73 _M_ctype->is(ctype_base::space, __c);
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
89 return _M_ctype->scan_is(ctype_base::space, __first, __last);
100 const ctype<char_type>* _M_ctype;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xlocinfo.h 41 #define _M_CTYPE _CATMASK(_X_CTYPE)
  /external/libcxx/include/support/win32/
locale_win32.h 23 #define LC_CTYPE_MASK _M_CTYPE
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 23 #define LC_CTYPE_MASK _M_CTYPE
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 23 #define LC_CTYPE_MASK _M_CTYPE

Completed in 387 milliseconds

1 2