Searched defs:PyUnicode_Count (Results 1 – 2 of 2) sorted by relevance
164 # define PyUnicode_Count PyUnicodeUCS2_Count macro251 # define PyUnicode_Count PyUnicodeUCS4_Count macro
5374 Py_ssize_t PyUnicode_Count(PyObject *str, in PyUnicode_Count() function