Home
last modified time | relevance | path

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

/third_party/PyYAML/yaml/
D_yaml.pyx282 stream = PyUnicode_AsUTF8String(stream)
869 value = PyUnicode_AsUTF8String(value)
1006 handle = PyUnicode_AsUTF8String(handle)
1012 prefix = PyUnicode_AsUTF8String(prefix)
1033 anchor_object = PyUnicode_AsUTF8String(anchor_object)
1044 anchor_object = PyUnicode_AsUTF8String(anchor_object)
1052 tag_object = PyUnicode_AsUTF8String(tag_object)
1058 value_object = PyUnicode_AsUTF8String(value_object)
1086 anchor_object = PyUnicode_AsUTF8String(anchor_object)
1094 tag_object = PyUnicode_AsUTF8String(tag_object)
[all …]
D_yaml.pxd12 object PyUnicode_AsUTF8String(object o)
/third_party/python/Include/
Dunicodeobject.h467 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
/third_party/python/Modules/
Dmain.c240 bytes = PyUnicode_AsUTF8String(unicode); in pymain_run_command()
D_tkinter.c830 utf8_path = PyUnicode_AsUTF8String(str_path); in Tkapp_New()
D_ssl.c3713 password_bytes = PyUnicode_AsUTF8String(password); in _pwinfo_set()
D_pickle.c3771 unicode_encoder = PyUnicode_AsUTF8String; in save_global()
/third_party/libxml2/python/
Dtypes.c768 b = PyUnicode_AsUTF8String(obj); in libxml_xmlXPathObjectPtrConvert()
Dlibxml.c310 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileReadRaw()
375 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileRead()
/third_party/python/Parser/
Dtokenizer.c588 utf8 = PyUnicode_AsUTF8String(buf); in translate_into_utf8()
1301 Py_SETREF(s, PyUnicode_AsUTF8String(s)); in verify_identifier()
/third_party/python/Doc/data/
Dstable_abi.dat695 function,PyUnicode_AsUTF8String,3.2,
Drefcounts.dat2512 PyUnicode_AsUTF8String:PyObject*::+1:
2513 PyUnicode_AsUTF8String:PyObject*:unicode:0:
/third_party/python/PC/
Dpython3dll.c621 EXPORT_FUNC(PyUnicode_AsUTF8String)
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c789 str = PyUnicode_AsUTF8String(str); in SWIG_Python_str_AsChar()
2975 encoded_name = PyUnicode_AsUTF8String(name); in SWIG_Python_NonDynamicSetAttr()
3086 obj = PyUnicode_AsUTF8String(obj); in SWIG_AsCharPtrAndSize()
3144 obj = PyUnicode_AsUTF8String(obj); in SWIG_AsCharPtrAndSize()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c785 str = PyUnicode_AsUTF8String(str); in SWIG_Python_str_AsChar()
2954 encoded_name = PyUnicode_AsUTF8String(name); in SWIG_Python_NonDynamicSetAttr()
3065 obj = PyUnicode_AsUTF8String(obj); in SWIG_AsCharPtrAndSize()
3123 obj = PyUnicode_AsUTF8String(obj); in SWIG_AsCharPtrAndSize()
/third_party/python/Misc/
Dstable_abi.txt1372 function PyUnicode_AsUTF8String
DHISTORY8660 PyUnicode_AsUTF8String() and PyUnicode_AsEncodedString(unicode, "utf-8",
16463 as bytes string, please use PyUnicode_AsUTF8String() instead.
/third_party/python/Doc/c-api/
Dunicode.rst1076 .. c:function:: PyObject* PyUnicode_AsUTF8String(PyObject *unicode)
1125 :c:func:`PyUnicode_AsUTF8String`, :c:func:`PyUnicode_AsUTF8AndSize` or
/third_party/python/Modules/_decimal/
D_decimal.c3181 utf8 = PyUnicode_AsUTF8String(tmp); in dotsep_as_utf8()
3202 value = PyUnicode_AsUTF8String(value); in dict_get_item_string()
/third_party/python/Doc/whatsnew/
D3.3.rst2309 :c:func:`PyUnicode_AsUTF8String`
/third_party/python/Objects/
Dunicodeobject.c5741 PyUnicode_AsUTF8String(PyObject *unicode) in PyUnicode_AsUTF8String() function