Searched refs:pattern_string (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Lib/test/ |
| D | test_strptime.py | 123 pattern_string = self.time_re.pattern(r"%a %A %d") 124 self.assertTrue(pattern_string.find(self.locale_time.a_weekday[2]) != -1, 126 pattern_string) 127 self.assertTrue(pattern_string.find(self.locale_time.f_weekday[4]) != -1, 129 pattern_string) 130 self.assertTrue(pattern_string.find(self.time_re['d']) != -1, 132 pattern_string) 137 pattern_string = self.time_re.pattern(r"\d+") 138 self.assertIn(r"\\d\+", pattern_string, 140 pattern_string)
|
| /third_party/selinux/libselinux/src/ |
| D | regex.c | 70 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument 80 (PCRE2_SPTR)pattern_string, PCRE2_ZERO_TERMINATED, PCRE2_DOTALL, in regex_prepare_data() 332 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument 342 pcre_compile(pattern_string, PCRE_DOTALL, &errordata->error_buffer, in regex_prepare_data()
|
| D | regex.h | 89 int regex_prepare_data(struct regex_data **regex, char const *pattern_string,
|
| /third_party/skia/third_party/externals/icu/source/samples/strsrch/ |
| D | readme.txt | 30 strsrch [options*] -source source_string -pattern pattern_string
|
| /third_party/icu/icu4c/source/samples/strsrch/ |
| D | readme.txt | 30 strsrch [options*] -source source_string -pattern pattern_string
|