Home
last modified time | relevance | path

Searched refs:tailmatch (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c5339 int tailmatch(PyUnicodeObject *self, in tailmatch() function
5381 result = tailmatch((PyUnicodeObject *)str, in PyUnicode_Tailmatch()
7659 result = tailmatch(self, substring, start, end, -1); in unicode_startswith()
7675 result = tailmatch(self, substring, start, end, -1); in unicode_startswith()
7708 result = tailmatch(self, substring, start, end, +1); in unicode_endswith()
7723 result = tailmatch(self, substring, start, end, +1); in unicode_endswith()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c5434 int tailmatch(PyUnicodeObject *self, in tailmatch() function
5476 result = tailmatch((PyUnicodeObject *)str, in PyUnicode_Tailmatch()
7767 result = tailmatch(self, substring, start, end, -1); in unicode_startswith()
7783 result = tailmatch(self, substring, start, end, -1); in unicode_startswith()
7816 result = tailmatch(self, substring, start, end, +1); in unicode_endswith()
7831 result = tailmatch(self, substring, start, end, +1); in unicode_endswith()