Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c926 ensure_unicode(PyObject *obj) in ensure_unicode() function
9269 if (ensure_unicode(str) < 0) in PyUnicode_Translate()
9684 if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0) in PyUnicode_Count()
9754 if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0) in PyUnicode_Find()
9856 if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0) in PyUnicode_Tailmatch()
10387 if (ensure_unicode(string) < 0) in PyUnicode_Splitlines()
11425 if (ensure_unicode(str) < 0) in PyUnicode_Contains()
11479 if (ensure_unicode(left) < 0) in PyUnicode_Concat()
11620 if (ensure_unicode(*substring) < 0) in parse_args_finds_unicode()
12850 if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0 || in PyUnicode_Replace()
[all …]