Home
last modified time | relevance | path

Searched refs:unicode_raw (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dunicodeobject.c1310 const char *_PyUnicode_utf8(void *unicode_raw){ in _PyUnicode_utf8() argument
1311 PyObject *unicode = _PyObject_CAST(unicode_raw); in _PyUnicode_utf8()
1315 const void *_PyUnicode_compact_data(void *unicode_raw) { in _PyUnicode_compact_data() argument
1316 PyObject *unicode = _PyObject_CAST(unicode_raw); in _PyUnicode_compact_data()
1319 const void *_PyUnicode_data(void *unicode_raw) { in _PyUnicode_data() argument
1320 PyObject *unicode = _PyObject_CAST(unicode_raw); in _PyUnicode_data()

Completed in 20 milliseconds