Home
last modified time | relevance | path

Searched refs:PyUnicode_Count (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h164 # define PyUnicode_Count PyUnicodeUCS2_Count macro
251 # define PyUnicode_Count PyUnicodeUCS4_Count macro
1262 PyAPI_FUNC(Py_ssize_t) PyUnicode_Count(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h164 # define PyUnicode_Count PyUnicodeUCS2_Count macro
251 # define PyUnicode_Count PyUnicodeUCS4_Count macro
1262 PyAPI_FUNC(Py_ssize_t) PyUnicode_Count(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c2137 count = PyUnicode_Count((PyObject *)self, sub_obj, start, end); in string_count()
Dunicodeobject.c5367 Py_ssize_t PyUnicode_Count(PyObject *str, in PyUnicode_Count() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c2120 count = PyUnicode_Count((PyObject *)self, sub_obj, start, end); in string_count()
Dunicodeobject.c5272 Py_ssize_t PyUnicode_Count(PyObject *str, in PyUnicode_Count() function