Home
last modified time | relevance | path

Searched defs:icase (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/
Dicase.hpp26 detail::modifier_op<detail::icase_modifier> const icase = {{}, regex_constants::icase_}; variable
/third_party/boost/boost/xpressive/detail/dynamic/
Dparse_charset.hpp88 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
Dparser.hpp221 bool const icase = (0 != (regex_constants::icase_ & flags)); in make_charset_xpression() local
/third_party/boost/boost/xpressive/
Dregex_traits.hpp95 lookup_classname(Traits const &traits, char const (&cname)[N], bool icase) in lookup_classname()
Dregex_constants.hpp21 # define icase icase_ macro
38 icase = 1 << 1, ///< Specifies that matching of regular expressions against a character enumerator
Dbasic_regex.hpp265 template<typename BidiIter> regex_constants::syntax_option_type const basic_regex<BidiIter>::icase; member in boost::xpressive::basic_regex<BidiIter>
Dregex_primitives.hpp617 template<typename Expr> detail::unspecified icase(Expr const &expr) { return 0; } in icase() function
/third_party/boost/boost/xpressive/detail/utility/chset/
Dchset.hpp145 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/
Dconsts.hpp17 enum regex_flags {none = 0, icase = 1, dot_not_newline = 2}; enumerator
/third_party/boost/boost/regex/v4/
Dregbase.hpp83 icase = 1 << 20, // characters are matched regardless of case enumerator
132 icase = ::boost::regbase::icase, enumerator
Dstates.hpp166 bool icase; member
200 bool icase; member
Dperl_matcher.hpp149 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
Dcregex.hpp258 …unsigned int SetExpression(const std::string& s, bool icase = false){ return SetExpression(s.c_str… in SetExpression()
Dperl_matcher_non_recursive.hpp145 bool icase; member
/third_party/boost/boost/xpressive/detail/utility/
Dhash_peek_bitset.hpp121 bool icase() const in icase() function
/third_party/boost/libs/regex/src/
Dcregex.cpp164 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/
Dregexec.c125 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/
Dregexec.c125 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/
Dregexec.c125 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/
Dregexec.c125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match()