Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c812 ensure_unicode(PyObject *obj) in ensure_unicode() function
9070 if (ensure_unicode(str) < 0) in PyUnicode_Translate()
9484 if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0) in PyUnicode_Count()
9552 if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0) in PyUnicode_Find()
9654 if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0) in PyUnicode_Tailmatch()
10183 if (ensure_unicode(string) < 0) in PyUnicode_Splitlines()
11198 if (ensure_unicode(str) < 0) in PyUnicode_Contains()
11251 if (ensure_unicode(left) < 0) in PyUnicode_Concat()
11392 if (ensure_unicode(*substring) < 0) in parse_args_finds_unicode()
12576 if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0 || in PyUnicode_Replace()
[all …]