Home
last modified time | relevance | path

Searched refs:match_any (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/re/re.const/re.matchflag/
Dmatch_flag_type.pass.cpp46 assert(std::regex_constants::match_any != 0); in main()
58 assert((std::regex_constants::match_not_bol & std::regex_constants::match_any) == 0); in main()
68 assert((std::regex_constants::match_not_eol & std::regex_constants::match_any) == 0); in main()
77 assert((std::regex_constants::match_not_bow & std::regex_constants::match_any) == 0); in main()
85 assert((std::regex_constants::match_not_eow & std::regex_constants::match_any) == 0); in main()
93 assert((std::regex_constants::match_any & std::regex_constants::match_not_null) == 0); in main()
94 assert((std::regex_constants::match_any & std::regex_constants::match_continuous) == 0); in main()
95 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
96 assert((std::regex_constants::match_any & std::regex_constants::format_sed) == 0); in main()
97 assert((std::regex_constants::match_any & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
Dgroup-file-lexer.rb513 match_any
517 match_any
588 match_any
626 match_any
750 match_any
/external/toybox/toys/posix/
Dfind.c338 match_any = *m == '/'; in do_find() local
339 mode_t m1 = string_to_mode(m+(match_min || match_any), 0), in do_find()
342 if (match_min || match_any) m2 &= m1; in do_find()
343 test = match_any ? !m1 || m2 : m1 == m2; in do_find()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Drecognizers.rb398 def match_any
1100 def match_any
Dtree.rb133 def match_any( ignore = nil ) method in ANTLR3.AST.TreeParser
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DLexer.pm180 sub match_any { subroutine
DBaseRecognizer.pm85 sub match_any { method in ANTLR::Runtime::BaseRecognizer
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg702 match_any
707 <if(label)><label; format="label"> = <endif>match_any
1325 match_any
/external/libcxx/include/
Dregex50 match_any = unspecified,
860 match_any = 1 << 4,