Home
last modified time | relevance | path

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

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