Home
last modified time | relevance | path

Searched defs:regexp (Results 1 – 25 of 32) sorted by relevance

12

/third_party/icu/icu4c/source/i18n/
Duregex.cpp326 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/
Duregex.cpp326 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 …]
Drematch.cpp86 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input, in RegexMatcher()
105 RegexMatcher::RegexMatcher(UText *regexp, UText *input, in RegexMatcher()
122 RegexMatcher::RegexMatcher(const UnicodeString &regexp, in RegexMatcher()
137 RegexMatcher::RegexMatcher(UText *regexp, in RegexMatcher()
/third_party/jerryscript/tests/jerry/es2015/
Dstring-prototype-match.js27 var regexp = new NewRegExp(/[A-Z]/g); variable
31 String.prototype.match.call(null, regexp); argument
Dregexp-prototype-source.js15 var regexp = /fooBar/ig; variable
Dregexp-prototype-test.js16 var regexp = new RegExp('o*'); variable
Dregression-test-issue-3671.js22 var regexp = new RegExp(obj); variable
Dregexp-prototype-match.js15 var regexp = /[0-9]+/g; variable
/third_party/tex-hyphen/tests/lib/
Dtex.rb147 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/
Dstring-prototype-search.js32 var regexp = /x/g; variable
Dstring-prototype-replace.js99 var regexp = /r/g; variable
/third_party/typescript/.github/
Dtsc.json7 …"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+),(\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2… string
/third_party/libphonenumber/cpp/src/phonenumbers/
Dregexp_cache.cc54 const RegExp* regexp = regexp_factory_.CreateRegExp(pattern); in GetRegExp() local
Dregex_based_matcher.cc55 const RegExp& regexp(regexp_cache_->GetRegExp(number_pattern)); in Match() local
Dregexp_adapter_re2.cc61 const RE2& regexp, in DispatchRE2Call()
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypeIsSubtypeOfString.js131 C.prototype.match = function (regexp) { return null; }; argument
133 C.prototype.search = function (regexp) { return null; }; argument
/third_party/libabigail/src/
Dabg-suppression.cc179 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 …]
Dabg-suppression-priv.h145 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/
Dpredicate.py191 def regexp(pattern): function
/third_party/python/Lib/idlelib/idle_test/
Dtest_pyshell.py64 regexp = pyshell.PyShell._last_newline_re variable in PyShellRemoveLastNewlineAndSurroundingWhitespaceTest
/third_party/PyYAML/lib/yaml/
Dresolver.py26 def add_implicit_resolver(cls, tag, regexp, first): argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DListFormatter.java468 …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/
DListFormatter.java541 …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/
Ddepends.py380 def config_symbols_matching(self, regexp): argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c526 ecma_value_t regexp = ecma_op_is_regexp (arg1); in ecma_builtin_helper_string_prototype_object_index_of() local

12