Lines Matching refs:_PyUnicode_AsKind
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()
10589 buf2 = _PyUnicode_AsKind(str2, rkind); in replace()
10596 sbuf = _PyUnicode_AsKind(self, rkind); in replace()
10601 buf1 = _PyUnicode_AsKind(str1, rkind); in replace()
11217 buf2 = _PyUnicode_AsKind(substr, kind1); in PyUnicode_Contains()
11434 buf2 = _PyUnicode_AsKind(substring, kind1); in unicode_count()
12932 buf2 = _PyUnicode_AsKind(sep_obj, kind1); in PyUnicode_Partition()
12989 buf2 = _PyUnicode_AsKind(sep_obj, kind1); in PyUnicode_RPartition()