Searched refs:_PyUnicode_AsKind (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 2409 _PyUnicode_AsKind(PyObject *s, unsigned int kind) in _PyUnicode_AsKind() function 9279 buf2 = _PyUnicode_AsKind(s2, kind1); in any_find_slice() 9501 buf2 = _PyUnicode_AsKind(substr, kind1); in PyUnicode_Count() 10274 buf2 = _PyUnicode_AsKind(substring, kind1); in split() 10365 buf2 = _PyUnicode_AsKind(substring, kind1); in rsplit() 10521 buf1 = _PyUnicode_AsKind(str1, rkind); in replace() 10530 buf2 = _PyUnicode_AsKind(str2, rkind); in replace() 10539 sbuf = _PyUnicode_AsKind(self, rkind); in replace() 10542 buf1 = _PyUnicode_AsKind(str1, rkind); in replace() 10580 buf1 = _PyUnicode_AsKind(str1, rkind); in replace() [all …]
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 1070 PyAPI_FUNC(void*) _PyUnicode_AsKind(PyObject *s, unsigned int kind);
|