HomeSort by relevance Sort by last modified time
    Searched full:_s_state_at_start (Results 1 - 15 of 15) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_compiler.h 41 static constexpr _StateT _S_state_at_start = 1 << 0;
106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
219 _M_state |= (_S_state_in_bracket | _S_state_at_start);
303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
306 _M_state &= ~_S_state_at_start;
347 || !(_M_state & _S_state_at_start))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_compiler.h 47 static constexpr _StateT _S_state_at_start = 1 << 0;
111 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
223 _M_state |= (_S_state_in_bracket | _S_state_at_start);
307 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
310 _M_state &= ~_S_state_at_start;
351 || !(_M_state & _S_state_at_start))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_compiler.h 47 static constexpr _StateT _S_state_at_start = 1 << 0;
111 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
223 _M_state |= (_S_state_in_bracket | _S_state_at_start);
307 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
310 _M_state &= ~_S_state_at_start;
351 || !(_M_state & _S_state_at_start))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_compiler.h 41 static constexpr _StateT _S_state_at_start = 1 << 0;
106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
219 _M_state |= (_S_state_in_bracket | _S_state_at_start);
303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
306 _M_state &= ~_S_state_at_start;
347 || !(_M_state & _S_state_at_start))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_compiler.h 41 static constexpr _StateT _S_state_at_start = 1 << 0;
106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
219 _M_state |= (_S_state_in_bracket | _S_state_at_start);
303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
306 _M_state &= ~_S_state_at_start;
347 || !(_M_state & _S_state_at_start))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_compiler.h 41 static constexpr _StateT _S_state_at_start = 1 << 0;
106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
219 _M_state |= (_S_state_in_bracket | _S_state_at_start);
303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
306 _M_state &= ~_S_state_at_start;
347 || !(_M_state & _S_state_at_start))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_compiler.h 41 static constexpr _StateT _S_state_at_start = 1 << 0;
106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
219 _M_state |= (_S_state_in_bracket | _S_state_at_start);
303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
306 _M_state &= ~_S_state_at_start;
347 || !(_M_state & _S_state_at_start))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_compiler.h 47 static constexpr _StateT _S_state_at_start = 1 << 0;
111 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
223 _M_state |= (_S_state_in_bracket | _S_state_at_start);
307 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
310 _M_state &= ~_S_state_at_start;
351 || !(_M_state & _S_state_at_start))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 1124 milliseconds