Searched refs:PyUnicode_Count (Results 1 – 6 of 6) sorted by relevance
164 # define PyUnicode_Count PyUnicodeUCS2_Count macro251 # define PyUnicode_Count PyUnicodeUCS4_Count macro1262 PyAPI_FUNC(Py_ssize_t) PyUnicode_Count(
2137 count = PyUnicode_Count((PyObject *)self, sub_obj, start, end); in string_count()
5367 Py_ssize_t PyUnicode_Count(PyObject *str, in PyUnicode_Count() function
2120 count = PyUnicode_Count((PyObject *)self, sub_obj, start, end); in string_count()
5272 Py_ssize_t PyUnicode_Count(PyObject *str, in PyUnicode_Count() function