/third_party/boost/boost/xpressive/detail/core/ |
D | icase.hpp | 26 detail::modifier_op<detail::icase_modifier> const icase = {{}, regex_constants::icase_}; variable
|
/third_party/boost/boost/xpressive/detail/dynamic/ |
D | parse_charset.hpp | 88 bool const icase = (0 != (regex_constants::icase_ & tr.flags())); in parse_escape() local 204 bool const icase = (0 != (regex_constants::icase_ & tr.flags())); in parse_charset() local
|
D | parser.hpp | 221 bool const icase = (0 != (regex_constants::icase_ & flags)); in make_charset_xpression() local
|
/third_party/boost/boost/xpressive/ |
D | regex_traits.hpp | 95 lookup_classname(Traits const &traits, char const (&cname)[N], bool icase) in lookup_classname()
|
D | regex_constants.hpp | 21 # define icase icase_ macro 38 icase = 1 << 1, ///< Specifies that matching of regular expressions against a character enumerator
|
D | basic_regex.hpp | 265 template<typename BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::icase; member in boost::xpressive::basic_regex<BidiIter>
|
D | regex_primitives.hpp | 617 template<typename Expr> detail::unspecified icase(Expr const &expr) { return 0; } in icase() function
|
/third_party/boost/boost/xpressive/detail/utility/chset/ |
D | chset.hpp | 145 inline void set_char(compound_charset<Traits> &chset, Char ch, Traits const &tr, bool icase) in set_char() 151 …e void set_range(compound_charset<Traits> &chset, Char from, Char to, Traits const &tr, bool icase) in set_range()
|
/third_party/boost/boost/spirit/home/support/detail/lexer/ |
D | consts.hpp | 17 enum regex_flags {none = 0, icase = 1, dot_not_newline = 2}; enumerator
|
/third_party/boost/boost/regex/v4/ |
D | regbase.hpp | 83 icase = 1 << 20, // characters are matched regardless of case enumerator 132 icase = ::boost::regbase::icase, enumerator
|
D | states.hpp | 166 bool icase; member 200 bool icase; member
|
D | perl_matcher.hpp | 149 const regex_data<charT, traits_type>& e, bool icase) in re_is_set_member() 505 bool icase; member in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
|
D | cregex.hpp | 258 …unsigned int SetExpression(const std::string& s, bool icase = false){ return SetExpression(s.c_str… in SetExpression()
|
D | perl_matcher_non_recursive.hpp | 145 bool icase; member
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | hash_peek_bitset.hpp | 121 bool icase() const in icase() function
|
/third_party/boost/libs/regex/src/ |
D | cregex.cpp | 164 RegEx::RegEx(const char* c, bool icase) in RegEx() 170 RegEx::RegEx(const std::string& s, bool icase) in RegEx() 188 unsigned int RegEx::SetExpression(const char* p, bool icase) in SetExpression()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regexec.c | 125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regexec.c | 125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match()
|
/third_party/musl/src/regex/ |
D | regexec.c | 125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regexec.c | 125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match()
|