Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_glob.py229 def check_escape(self, arg, expected): member in GlobTests
234 check = self.check_escape
244 check = self.check_escape
/third_party/pcre2/pcre2/src/
H A Dpcre2_substitute.c132 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end()
814 /* Handle an escape sequence in extended mode. We can use check_escape() in pcre2_substitute()
853 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode, in pcre2_substitute()
H A Dpcre2_compile.c1504 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in check_escape() function
2819 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex()
3012 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex()
3070 \k{name}. Note that \g<number> and \g'number' are handled by check_escape() in parse_regex()
3174 here because check_escape() returns it directly as a reference. \k is in parse_regex()
3589 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex()

Completed in 13 milliseconds