Searched defs:PyUnicode_Count (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A 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/
H A 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/
H A Dunicodeobject.c5367 Py_ssize_t PyUnicode_Count(PyObject *str, function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c5272 Py_ssize_t PyUnicode_Count(PyObject *str, function

Completed in 35 milliseconds