Home
last modified time | relevance | path

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

12

/external/python/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)
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dnumpy.cc133 UniquePyObjectRef utemp(PyUnicode_AsUTF8String(value)); in FillStringBufferFromPyUnicode()
/external/python/cpython3/Include/
Dunicodeobject.h442 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c427 if (!(script = PyUnicode_AsUTF8String(script))) in rjsmin_jsmin()
/external/python/cpython3/Parser/tokenizer/
Dhelpers.c199 utf8 = PyUnicode_AsUTF8String(buf); in _PyTokenizer_translate_into_utf8()
/external/python/cpython3/Modules/_testlimitedcapi/
Dunicode.c125 PyObject *utf8 = PyUnicode_AsUTF8String(unicode); in unicode_copy()
654 return PyUnicode_AsUTF8String(arg); in unicode_asutf8string()
1431 PyObject *utf8 = PyUnicode_AsUTF8String(result); \ in test_string_from_format()
/external/python/cpython3/Modules/
Dmain.c245 bytes = PyUnicode_AsUTF8String(unicode); in pymain_run_command()
D_tkinter.c716 utf8_path = PyUnicode_AsUTF8String(str_path); in Tkapp_New()
/external/libxml2/python/
Dtypes.c616 b = PyUnicode_AsUTF8String(obj); in libxml_xmlXPathObjectPtrConvert()
Dlibxml.c260 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileReadRaw()
322 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileRead()
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc224 PyObject* utemp = PyUnicode_AsUTF8String(obj); in PyObjectToString()
Dpy_seq_tensor.cc583 PyObject* py_str = PyUnicode_AsUTF8String(v); in ConvertScalar()
/external/python/watchdog/src/
Dwatchdog_fsevents.c468 PyObject* helper = PyUnicode_AsUTF8String(py_string); in PyString_AsUTF8EncodedCFStringRef()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c1072 if (!(style = PyUnicode_AsUTF8String(style))) in rcssmin_cssmin()
/external/python/cpython3/PC/
Dpython3dll.c675 EXPORT_FUNC(PyUnicode_AsUTF8String)
/external/python/cpython3/Doc/data/
Dstable_abi.dat742 func,PyUnicode_AsUTF8String,3.2,,
Drefcounts.dat2534 PyUnicode_AsUTF8String:PyObject*::+1:
2535 PyUnicode_AsUTF8String:PyObject*:unicode:0:
/external/webp/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()
/external/python/cpython3/Parser/lexer/
Dlexer.c344 Py_SETREF(s, PyUnicode_AsUTF8String(s)); in verify_identifier()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx786 str = PyUnicode_AsUTF8String(str); in SWIG_Python_str_AsChar()
2885 obj = PyUnicode_AsUTF8String(obj); in SWIG_AsCharPtrAndSize()
/external/python/cpython3/Modules/_decimal/
D_decimal.c3351 utf8 = PyUnicode_AsUTF8String(tmp); in dotsep_as_utf8()
3372 value = PyUnicode_AsUTF8String(value); in dict_get_item_string()
/external/python/cpython3/Misc/
Dstable_abi.toml1481 [function.PyUnicode_AsUTF8String]
/external/python/cpython3/Doc/c-api/
Dunicode.rst996 .. c:function:: PyObject* PyUnicode_AsUTF8String(PyObject *unicode)
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2571 PyObject* py_str = PyUnicode_AsUTF8String(op_type);

12