Searched refs:PyUnicode_AsUTF8String (Results 1 – 25 of 32) sorted by relevance
12
282 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 …]
12 object PyUnicode_AsUTF8String(object o)
133 UniquePyObjectRef utemp(PyUnicode_AsUTF8String(value)); in FillStringBufferFromPyUnicode()
442 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
427 if (!(script = PyUnicode_AsUTF8String(script))) in rjsmin_jsmin()
199 utf8 = PyUnicode_AsUTF8String(buf); in _PyTokenizer_translate_into_utf8()
125 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()
245 bytes = PyUnicode_AsUTF8String(unicode); in pymain_run_command()
716 utf8_path = PyUnicode_AsUTF8String(str_path); in Tkapp_New()
616 b = PyUnicode_AsUTF8String(obj); in libxml_xmlXPathObjectPtrConvert()
260 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileReadRaw()322 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileRead()
224 PyObject* utemp = PyUnicode_AsUTF8String(obj); in PyObjectToString()
583 PyObject* py_str = PyUnicode_AsUTF8String(v); in ConvertScalar()
468 PyObject* helper = PyUnicode_AsUTF8String(py_string); in PyString_AsUTF8EncodedCFStringRef()
1072 if (!(style = PyUnicode_AsUTF8String(style))) in rcssmin_cssmin()
675 EXPORT_FUNC(PyUnicode_AsUTF8String)
742 func,PyUnicode_AsUTF8String,3.2,,
2534 PyUnicode_AsUTF8String:PyObject*::+1:2535 PyUnicode_AsUTF8String:PyObject*:unicode:0:
789 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()
344 Py_SETREF(s, PyUnicode_AsUTF8String(s)); in verify_identifier()
786 str = PyUnicode_AsUTF8String(str); in SWIG_Python_str_AsChar()2885 obj = PyUnicode_AsUTF8String(obj); in SWIG_AsCharPtrAndSize()
3351 utf8 = PyUnicode_AsUTF8String(tmp); in dotsep_as_utf8()3372 value = PyUnicode_AsUTF8String(value); in dict_get_item_string()
1481 [function.PyUnicode_AsUTF8String]
996 .. c:function:: PyObject* PyUnicode_AsUTF8String(PyObject *unicode)
2571 PyObject* py_str = PyUnicode_AsUTF8String(op_type);