HomeSort by relevance Sort by last modified time
    Searched refs:check_escape (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/test/
test_glob.py 176 def check_escape(self, arg, expected): member in class:GlobTests
181 check = self.check_escape
191 check = self.check_escape
  /external/pcre/dist2/src/
pcre2_substitute.c 131 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode,
723 /* Handle an escape sequence in extended mode. We can use check_escape()
762 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode,
pcre2_compile.c 1410 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, function
    [all...]

Completed in 106 milliseconds