Searched refs:pattern_string (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/test/ |
D | test_strptime.py | 120 pattern_string = self.time_re.pattern(r"%a %A %d") 121 self.assertTrue(pattern_string.find(self.locale_time.a_weekday[2]) != -1, 123 pattern_string) 124 self.assertTrue(pattern_string.find(self.locale_time.f_weekday[4]) != -1, 126 pattern_string) 127 self.assertTrue(pattern_string.find(self.time_re['d']) != -1, 129 pattern_string) 134 pattern_string = self.time_re.pattern(r"\d+") 135 self.assertIn(r"\\d\+", pattern_string, 137 pattern_string)
|
/third_party/selinux/libselinux/src/ |
D | regex.c | 71 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument 81 (PCRE2_SPTR)pattern_string, PCRE2_ZERO_TERMINATED, PCRE2_DOTALL, in regex_prepare_data() 287 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument 297 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/icu/icu4c/source/samples/strsrch/ |
D | readme.txt | 30 strsrch [options*] -source source_string -pattern pattern_string
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/strsrch/ |
D | readme.txt | 30 strsrch [options*] -source source_string -pattern pattern_string
|
/third_party/skia/third_party/externals/icu/source/samples/strsrch/ |
D | readme.txt | 30 strsrch [options*] -source source_string -pattern pattern_string
|