Home
last modified time | relevance | path

Searched refs:check_escape (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_glob.py176 def check_escape(self, arg, expected): member in GlobTests
181 check = self.check_escape
191 check = self.check_escape
/external/pcre/dist2/src/
Dpcre2_substitute.c131 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end()
762 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode, in pcre2_substitute()
Dpcre2_compile.c1410 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()