| /third_party/icu/icu4c/source/i18n/ |
| D | uregex.cpp | 326 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_pattern() local 346 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_patternUText() local 358 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_flags() local 377 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setText() local 410 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setUText() local 440 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_getText() local 480 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_getUText() local 497 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_refreshUText() local 521 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_matches64() local 551 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_lookingAt64() local [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/i18n/ |
| D | uregex.cpp | 326 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_pattern() local 346 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_patternUText() local 358 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_flags() local 377 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setText() local 410 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setUText() local 440 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_getText() local 480 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_getUText() local 497 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_refreshUText() local 521 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_matches64() local 551 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_lookingAt64() local [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | uregex.cpp | 326 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_pattern() local 346 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_patternUText() local 358 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_flags() local 377 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setText() local 410 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_setUText() local 440 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_getText() local 480 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_getUText() local 497 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_refreshUText() local 521 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_matches64() local 551 RegularExpression *regexp = (RegularExpression*)regexp2; in uregex_lookingAt64() local [all …]
|
| /third_party/rust/rust/src/ci/github-actions/ |
| D | problem_matchers.json | 7 "regexp": "^tidy error: /checkout/(.+):(\\d+): (.+)$", string 18 "regexp": "^(warning|warn|error)(\\[(\\S*)\\])?: (.*)$", string 24 "regexp": "^\\s+-->\\s(\\S+):(\\d+):(\\d+)$", string 35 "regexp": "error: internal compiler error: (.*):(\\d+):(\\d+): (.*)$", string 47 "regexp": "^(Diff in (\\S+)) at line (\\d+):", string
|
| /third_party/re2/re2/testing/ |
| D | regexp_benchmark.cc | 58 const char* regexp = "(\\d+)-(\\d+)-(\\d+)"; in MemoryUsage() local 182 void Search(benchmark::State& state, const char* regexp, SearchImpl* search) { in Search() 299 std::string regexp = "^" + s + ".*$"; in SearchBigFixed() local 337 void SearchSuccess(benchmark::State& state, const char* regexp, in SearchSuccess() 665 void ParseRegexp(benchmark::State& state, const std::string& regexp) { in ParseRegexp() 673 void SimplifyRegexp(benchmark::State& state, const std::string& regexp) { in SimplifyRegexp() 684 void NullWalkRegexp(benchmark::State& state, const std::string& regexp) { in NullWalkRegexp() 693 void SimplifyCompileRegexp(benchmark::State& state, const std::string& regexp) { in SimplifyCompileRegexp() 707 void CompileRegexp(benchmark::State& state, const std::string& regexp) { in CompileRegexp() 718 void CompileToProg(benchmark::State& state, const std::string& regexp) { in CompileToProg() [all …]
|
| D | simplify_test.cc | 17 const char* regexp; member
|
| D | possible_match_test.cc | 33 const char* regexp; member 204 void PossibleMatchTester::HandleRegexp(const std::string& regexp) { in HandleRegexp()
|
| D | mimics_pcre_test.cc | 15 const char* regexp; member
|
| D | search_test.cc | 23 const char* regexp; member
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | string-prototype-match.js | 27 var regexp = new NewRegExp(/[A-Z]/g); variable 31 String.prototype.match.call(null, regexp); argument
|
| D | regexp-prototype-source.js | 15 var regexp = /fooBar/ig; variable
|
| D | regexp-prototype-test.js | 16 var regexp = new RegExp('o*'); variable
|
| D | regression-test-issue-3671.js | 22 var regexp = new RegExp(obj); variable
|
| D | regexp-prototype-match.js | 15 var regexp = /[0-9]+/g; variable
|
| /third_party/tex-hyphen/tests/lib/ |
| D | tex.rb | 147 def warnings(regexp = nil) argument 151 def package_errors(regexp = nil) argument 159 def errors_or_warnings(regexp, message_regexp = nil) argument 273 def grep(regexp, ext = 'log') argument
|
| /third_party/jerryscript/tests/jerry/ |
| D | string-prototype-search.js | 32 var regexp = /x/g; variable
|
| D | string-prototype-replace.js | 99 var regexp = /r/g; variable
|
| /third_party/rust/rust/src/etc/ |
| D | htmldocck.py | 370 def check_string(data, pat, regexp): argument 382 def check_tree_attr(tree, path, attr, pat, regexp): argument 398 def check_tree_text(tree, path, pat, regexp, stop_at_first): argument 534 def get_nb_matching_elements(cache, c, regexp, stop_at_first): argument
|
| /third_party/typescript/.github/ |
| D | tsc.json | 7 …"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+),(\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2… string
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| D | regexp_cache.cc | 54 const RegExp* regexp = regexp_factory_.CreateRegExp(pattern); in GetRegExp() local
|
| D | regex_based_matcher.cc | 55 const RegExp& regexp(regexp_cache_->GetRegExp(number_pattern)); in Match() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | stringLiteralTypeIsSubtypeOfString.js | 131 C.prototype.match = function (regexp) { return null; }; argument 133 C.prototype.search = function (regexp) { return null; }; argument
|
| /third_party/libabigail/src/ |
| D | abg-suppression.cc | 179 suppression_base::set_file_name_regex_str(const string& regexp) in set_file_name_regex_str() 204 suppression_base::set_file_name_not_regex_str(const string& regexp) in set_file_name_not_regex_str() 241 suppression_base::set_soname_regex_str(const string& regexp) in set_soname_regex_str() 266 suppression_base::set_soname_not_regex_str(const string& regexp) in set_soname_not_regex_str() 1260 if (regex_t_sptr regexp = s.priv_->get_source_location_to_keep_regex()) in suppression_matches_type_location() local 3382 if (regex_t_sptr regexp = s.priv_->get_name_regex()) in suppression_matches_variable_name() local 3387 else if (regex_t_sptr regexp = s.priv_->get_name_not_regex()) in suppression_matches_variable_name() local 3416 if (regex_t_sptr regexp = s.priv_->get_symbol_name_regex()) in suppression_matches_variable_sym_name() local 3421 else if (regex_t_sptr regexp = in suppression_matches_variable_sym_name() local 3451 if (regex_t_sptr regexp = s.priv_->get_type_name_regex()) in suppression_matches_type() local [all …]
|
| D | abg-suppression-priv.h | 145 if (regex::regex_t_sptr regexp = get_soname_regex()) in matches_soname() local 152 if (regex::regex_t_sptr regexp = get_soname_not_regex()) in matches_soname() local 180 if (regex::regex_t_sptr regexp = get_file_name_regex()) in matches_binary_name() local 187 if (regex::regex_t_sptr regexp = get_file_name_not_regex()) in matches_binary_name() local
|
| /third_party/rust/crates/bindgen/csmith-fuzzing/ |
| D | predicate.py | 191 def regexp(pattern): function
|