Searched refs:check_escape (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_glob.py | 176 def check_escape(self, arg, expected): member in GlobTests 181 check = self.check_escape 191 check = self.check_escape
|
/external/pcre/dist2/src/ |
D | pcre2_substitute.c | 131 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end() 762 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode, in pcre2_substitute()
|
D | pcre2_compile.c | 1410 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV() argument 2528 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex() 2711 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex() 3273 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, in parse_regex()
|