Home
last modified time | relevance | path

Searched refs:unicode_askind (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dunicodeobject.c2658 unicode_askind(unsigned int skind, void const *data, Py_ssize_t len, unsigned int kind) in unicode_askind() function
9747 buf2 = unicode_askind(kind2, buf2, len2, kind1); in any_find_slice()
9970 buf2 = unicode_askind(kind2, buf2, len2, kind1); in PyUnicode_Count()
10747 buf2 = unicode_askind(kind2, buf2, len2, kind1); in split()
10839 buf2 = unicode_askind(kind2, buf2, len2, kind1); in rsplit()
10999 buf1 = unicode_askind(kind1, buf1, len1, rkind); in replace()
11008 buf2 = unicode_askind(kind2, buf2, len2, rkind); in replace()
11021 sbuf = unicode_askind(skind, sbuf, slen, rkind); in replace()
11024 buf1 = unicode_askind(kind1, buf1, len1, rkind); in replace()
11062 buf1 = unicode_askind(kind1, buf1, len1, rkind); in replace()
[all …]