Lines Matching refs:_PyUnicode_AsKind
2453 _PyUnicode_AsKind(PyObject *s, unsigned int kind) in _PyUnicode_AsKind() function
9313 buf2 = _PyUnicode_AsKind(s2, kind1); in any_find_slice()
9535 buf2 = _PyUnicode_AsKind(substr, kind1); in PyUnicode_Count()
10308 buf2 = _PyUnicode_AsKind(substring, kind1); in split()
10399 buf2 = _PyUnicode_AsKind(substring, kind1); in rsplit()
10555 buf1 = _PyUnicode_AsKind(str1, rkind); in replace()
10564 buf2 = _PyUnicode_AsKind(str2, rkind); in replace()
10573 sbuf = _PyUnicode_AsKind(self, rkind); in replace()
10576 buf1 = _PyUnicode_AsKind(str1, rkind); in replace()
10614 buf1 = _PyUnicode_AsKind(str1, rkind); in replace()
10623 buf2 = _PyUnicode_AsKind(str2, rkind); in replace()
10630 sbuf = _PyUnicode_AsKind(self, rkind); in replace()
10635 buf1 = _PyUnicode_AsKind(str1, rkind); in replace()
11251 buf2 = _PyUnicode_AsKind(substr, kind1); in PyUnicode_Contains()
11468 buf2 = _PyUnicode_AsKind(substring, kind1); in unicode_count()
12957 buf2 = _PyUnicode_AsKind(sep_obj, kind1); in PyUnicode_Partition()
13014 buf2 = _PyUnicode_AsKind(sep_obj, kind1); in PyUnicode_RPartition()