Home
last modified time | relevance | path

Searched refs:regex (Results 176 - 200 of 372) sorted by relevance

12345678910>>...15

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/i18n/
H A DSimpleLanguageTag.java21 import java.util.regex.Pattern;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNode.java17 package com.google.i18n.phonenumbers.metadata.regex;
H A DTrailingPathOptimizer.java17 package com.google.i18n.phonenumbers.metadata.regex;
29 import com.google.i18n.phonenumbers.metadata.regex.Edge.SimpleEdge;
94 // but not all, other paths; we could but it's far less likely to reduce regex size). in optimize()
/third_party/skia/src/sksl/lex/
H A DRegexParser.h80 void regex();
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocalePriorityList.java22 import java.util.regex.Matcher;
23 import java.util.regex.Pattern;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DAbstractPathValueMapper.java12 import java.util.regex.Matcher;
13 import java.util.regex.Pattern;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRegexTransformer.java3 package org.unicode.icu.tool.cldrtoicu.regex;
21 import java.util.regex.Pattern;
115 // A regex to capture any sort-indices in the full path string (which must be removed).
120 // Since the regex transformer works around "ordered elements" in a completely different
126 // Only do expensive regex stuff if there's an "ordered" element with a sort index. in getFullXPathWithoutSortIndices()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocalePriorityList.java23 import java.util.regex.Matcher;
24 import java.util.regex.Pattern;
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecator.java18 import java.util.regex.Matcher;
19 import java.util.regex.Pattern;
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcherTest.java31 import com.google.i18n.phonenumbers.metadata.regex.RegexGenerator;
33 import java.util.regex.Pattern;
195 "regex %s could not match input %s", dfa.asRangeSpecifications(), number); in checkRegex()
/third_party/python/Tools/freeze/test/
H A Dfreeze.py101 regex = re.compile(rf'^{name} *=\s*(.*?)\s*$')
109 m = regex.match(line)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_outwin.py144 for pat, regex in zip(outwin.file_line_pats, outwin.file_line_progs):
145 self.assertEqual(regex.pattern, pat)
/third_party/vixl/test/
H A Dtest-donkey.cc27 #include <regex>
78 "Usage: test-donkey <instruction form regex> <number of instructions " in main()
80 " regex - ECMAScript (C++11) regular expression to match instruction " in main()
210 if (std::regex_search(reporter.MoveForm(), std::regex(target_re))) { in main()
/third_party/spirv-tools/tools/util/
H A Dflags.cpp20 #include <regex>
82 std::regex unsigned_pattern("^ *[0-9]+ *$"); in parse_flag_value()
/third_party/musl/libc-test/src/regression/
H A Dregex-bracket-icase.c3 #include <regex.h>
/third_party/alsa-utils/topology/
H A Dpre-processor.c28 #include <regex.h>
489 regex_t regex; in pre_process_include_conf() local
498 ret = regcomp(&regex, id, REG_EXTENDED | REG_ICASE); in pre_process_include_conf()
500 fprintf(stderr, "Could not compile regex\n"); in pre_process_include_conf()
505 ret = regexec(&regex, value, 0, NULL, 0); in pre_process_include_conf()
509 /* regex matched. now include or use the configuration */ in pre_process_include_conf()
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h981 GTEST_API_ bool ValidateRegex(const char* regex);
982 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
984 char repeat, const char* regex,
986 GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str);
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h982 GTEST_API_ bool ValidateRegex(const char* regex);
983 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
985 char repeat, const char* regex,
987 GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str);
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumbermatcher.cc586 for (std::vector<const RegExp*>::const_iterator regex = in ExtractInnerMatch()
588 regex != reg_exps_->inner_matches_->end(); regex++) { in ExtractInnerMatch()
593 while ((*regex)->FindAndConsume(candidate_input.get(), &group) && in ExtractInnerMatch()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h966 GTEST_API_ bool ValidateRegex(const char* regex);
967 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
969 bool escaped, char ch, char repeat, const char* regex, const char* str);
970 GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str);
/third_party/typescript/tests/baselines/reference/
H A DduplicateLocalVariable1.js40 var regex = new RegExp(testcase.errorMessageRegEx);
41 testResult = regex.test(e.message);
389 var regex = new RegExp(testcase.errorMessageRegEx);
390 testResult = regex.test(e.message);
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_probe_benchmark.cc19 #include <regex> // NOLINT
463 static std::regex* const filter = []() -> std::regex* { in CanRunBenchmark()
466 : new std::regex(std::string(benchmarks)); in CanRunBenchmark()
506 // Parse the benchmark flags. Ignore all of them except the regex pattern. in main()
565 // Check the regex again. We might had have enabled only one of the in main()
/third_party/selinux/libselinux/src/
H A Dlabel_file.c41 * there is no match - IE for a file in the root directory or a regex that is
178 /* Check if regex version mismatch */ in load_mmap()
290 /* allocate the regex array */ in load_mmap()
343 /* Process regex string */ in load_mmap()
396 rc = regex_load_mmap(mmap_area, &spec->regex, reg_arch_matches, in load_mmap()
889 regex_data_free(spec->regex); in closef()
1009 * a regex check */ in lookup_all()
1018 rc = regex_match(spec->regex, key, partial); in lookup_all()
1263 * end, we might need to skip over additional regex in cmp()
1278 if (spec1->regex in cmp()
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_regex.cpp16 #include <regex.h>
/third_party/musl/libc-test/src/api/
H A Dregex.c1 #include <regex.h>

Completed in 18 milliseconds

12345678910>>...15