Lines Matching refs:_PyUnicode_AsKind
2409 _PyUnicode_AsKind(PyObject *s, unsigned int kind) in _PyUnicode_AsKind() function
9301 buf2 = _PyUnicode_AsKind(s2, kind1); in any_find_slice()
9523 buf2 = _PyUnicode_AsKind(substr, kind1); in PyUnicode_Count()
10296 buf2 = _PyUnicode_AsKind(substring, kind1); in split()
10387 buf2 = _PyUnicode_AsKind(substring, kind1); in rsplit()
10543 buf1 = _PyUnicode_AsKind(str1, rkind); in replace()
10552 buf2 = _PyUnicode_AsKind(str2, rkind); in replace()
10561 sbuf = _PyUnicode_AsKind(self, rkind); in replace()
10564 buf1 = _PyUnicode_AsKind(str1, rkind); in replace()
10602 buf1 = _PyUnicode_AsKind(str1, rkind); in replace()
10611 buf2 = _PyUnicode_AsKind(str2, rkind); in replace()
10618 sbuf = _PyUnicode_AsKind(self, rkind); in replace()
10623 buf1 = _PyUnicode_AsKind(str1, rkind); in replace()
11239 buf2 = _PyUnicode_AsKind(substr, kind1); in PyUnicode_Contains()
11456 buf2 = _PyUnicode_AsKind(substring, kind1); in unicode_count()
12954 buf2 = _PyUnicode_AsKind(sep_obj, kind1); in PyUnicode_Partition()
13011 buf2 = _PyUnicode_AsKind(sep_obj, kind1); in PyUnicode_RPartition()