| /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/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 …]
|
| D | rematch.cpp | 86 RegexMatcher::RegexMatcher(const UnicodeString ®exp, const UnicodeString &input, in RegexMatcher() 105 RegexMatcher::RegexMatcher(UText *regexp, UText *input, in RegexMatcher() 122 RegexMatcher::RegexMatcher(const UnicodeString ®exp, in RegexMatcher() 137 RegexMatcher::RegexMatcher(UText *regexp, in RegexMatcher()
|
| /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/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
|
| D | regexp_adapter_re2.cc | 61 const RE2& regexp, in DispatchRE2Call()
|
| /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
|
| /third_party/python/Lib/idlelib/idle_test/ |
| D | test_pyshell.py | 64 regexp = pyshell.PyShell._last_newline_re variable in PyShellRemoveLastNewlineAndSurroundingWhitespaceTest
|
| /third_party/PyYAML/lib/yaml/ |
| D | resolver.py | 26 def add_implicit_resolver(cls, tag, regexp, first): argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | ListFormatter.java | 468 …ContextualHandler(Pattern regexp, String thenTwo, String elseTwo, String thenEnd, String elseEnd) { in ContextualHandler() 494 private final Pattern regexp; field in ListFormatter.ContextualHandler
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | ListFormatter.java | 541 …ContextualHandler(Pattern regexp, String thenTwo, String elseTwo, String thenEnd, String elseEnd) { in ContextualHandler() 567 private final Pattern regexp; field in ListFormatter.ContextualHandler
|
| /third_party/mbedtls/tests/scripts/ |
| D | depends.py | 380 def config_symbols_matching(self, regexp): argument
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| D | ecma-builtin-helpers.c | 526 ecma_value_t regexp = ecma_op_is_regexp (arg1); in ecma_builtin_helper_string_prototype_object_index_of() local
|