Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c1329 const char *_PyUnicode_utf8(void *unicode_raw){ in _PyUnicode_utf8() argument
1330 PyObject *unicode = _PyObject_CAST(unicode_raw); in _PyUnicode_utf8()
1334 const void *_PyUnicode_compact_data(void *unicode_raw) { in _PyUnicode_compact_data() argument
1335 PyObject *unicode = _PyObject_CAST(unicode_raw); in _PyUnicode_compact_data()
1338 const void *_PyUnicode_data(void *unicode_raw) { in _PyUnicode_data() argument
1339 PyObject *unicode = _PyObject_CAST(unicode_raw); in _PyUnicode_data()