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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sre.h 46 } PatternObject;
48 #define PatternObject_GetCode(o) (((PatternObject*)(o))->code)
54 PatternObject* pattern; /* link to the regex (pattern) object */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sre.h 36 } PatternObject;
38 #define PatternObject_GetCode(o) (((PatternObject*)(o))->code)
44 PatternObject* pattern; /* link to the regex (pattern) object */
_sre.c     [all...]
  /external/python/cpython2/Modules/
sre.h 46 } PatternObject;
48 #define PatternObject_GetCode(o) (((PatternObject*)(o))->code)
54 PatternObject* pattern; /* link to the regex (pattern) object */
_sre.c     [all...]
  /external/python/cpython3/Modules/
sre.h 40 } PatternObject;
42 #define PatternObject_GetCode(o) (((PatternObject*)(o))->code)
48 PatternObject* pattern; /* link to the regex (pattern) object */
_sre.c 258 static PyObject*pattern_new_match(PatternObject*, SRE_STATE*, Py_ssize_t);
259 static PyObject *pattern_scanner(PatternObject *, PyObject *, Py_ssize_t, Py_ssize_t);
264 class _sre.SRE_Pattern "PatternObject *" "&Pattern_Type"
401 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string,
553 pattern_dealloc(PatternObject* self)
596 _sre_SRE_Pattern_match_impl(PatternObject *self, PyObject *string,
604 if (!state_init(&state, (PatternObject *)self, string, pos, endpos))
635 _sre_SRE_Pattern_fullmatch_impl(PatternObject *self, PyObject *string,
677 _sre_SRE_Pattern_search_impl(PatternObject *self, PyObject *string,
742 _sre_SRE_Pattern_findall_impl(PatternObject *self, PyObject *string
    [all...]
  /external/python/cpython3/Modules/clinic/
_sre.c.h 166 _sre_SRE_Pattern_match_impl(PatternObject *self, PyObject *string,
170 _sre_SRE_Pattern_match(PatternObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
199 _sre_SRE_Pattern_fullmatch_impl(PatternObject *self, PyObject *string,
203 _sre_SRE_Pattern_fullmatch(PatternObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
234 _sre_SRE_Pattern_search_impl(PatternObject *self, PyObject *string,
238 _sre_SRE_Pattern_search(PatternObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
267 _sre_SRE_Pattern_findall_impl(PatternObject *self, PyObject *string,
271 _sre_SRE_Pattern_findall(PatternObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
302 _sre_SRE_Pattern_finditer_impl(PatternObject *self, PyObject *string,
306 _sre_SRE_Pattern_finditer(PatternObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c     [all...]

Completed in 447 milliseconds