Searched refs:PyUnicodeObject (Results 1 – 19 of 19) sorted by relevance
| /third_party/python/Objects/stringlib/ |
| D | eq.h | 14 PyUnicodeObject *a = (PyUnicodeObject *)aa; in unicode_eq() 15 PyUnicodeObject *b = (PyUnicodeObject *)bb; in unicode_eq()
|
| D | ucs1lib.h | 8 #define STRINGLIB_OBJECT PyUnicodeObject
|
| D | ucs2lib.h | 8 #define STRINGLIB_OBJECT PyUnicodeObject
|
| D | ucs4lib.h | 8 #define STRINGLIB_OBJECT PyUnicodeObject
|
| D | unicodedefs.h | 11 #define STRINGLIB_OBJECT PyUnicodeObject
|
| D | asciilib.h | 8 #define STRINGLIB_OBJECT PyUnicodeObject
|
| /third_party/node/deps/v8/third_party/markupsafe/ |
| D | _speedups.c | 15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)… 56 escape_unicode(PyUnicodeObject *in) in escape_unicode() 58 PyUnicodeObject *out; in escape_unicode() 80 out = (PyUnicodeObject*)PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(in) + delta); in escape_unicode() 149 s = escape_unicode((PyUnicodeObject*)unicode); in escape() 153 s = escape_unicode((PyUnicodeObject*)text); in escape()
|
| /third_party/node/tools/inspector_protocol/markupsafe/ |
| D | _speedups.c | 15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)… 56 escape_unicode(PyUnicodeObject *in) in escape_unicode() 58 PyUnicodeObject *out; in escape_unicode() 80 out = (PyUnicodeObject*)PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(in) + delta); in escape_unicode() 149 s = escape_unicode((PyUnicodeObject*)unicode); in escape() 153 s = escape_unicode((PyUnicodeObject*)text); in escape()
|
| /third_party/skia/third_party/externals/markupsafe/ |
| D | _speedups.c | 15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)… 56 escape_unicode(PyUnicodeObject *in) in escape_unicode() 58 PyUnicodeObject *out; in escape_unicode() 80 out = (PyUnicodeObject*)PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(in) + delta); in escape_unicode() 149 s = escape_unicode((PyUnicodeObject*)unicode); in escape() 153 s = escape_unicode((PyUnicodeObject*)text); in escape()
|
| /third_party/markupsafe/ |
| D | _speedups.c | 92 escape_unicode_kind1(PyUnicodeObject *in) in escape_unicode_kind1() 118 escape_unicode_kind2(PyUnicodeObject *in) in escape_unicode_kind2() 144 escape_unicode_kind4(PyUnicodeObject *in) in escape_unicode_kind4() 169 escape_unicode(PyUnicodeObject *in) in escape_unicode() 225 s = escape_unicode((PyUnicodeObject*)unicode); in escape() 229 s = escape_unicode((PyUnicodeObject*)text); in escape()
|
| /third_party/python/Include/cpython/ |
| D | unicodeobject.h | 231 } PyUnicodeObject; typedef 246 _Py_CAST(PyUnicodeObject*, (op)))
|
| /third_party/python/Doc/c-api/ |
| D | file.rst | 69 void *userData)`, where *path* is guaranteed to be :c:type:`PyUnicodeObject`.
|
| D | unicode.rst | 72 PyUnicodeObject 869 objects are output as-is. *result* must be a :c:expr:`PyUnicodeObject*` which
|
| D | typeobj.rst | 2703 PyUnicodeObject raw;
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 338 static PyUnicodeObject *_PyUnicode_New(Py_ssize_t length); 530 PyUnicodeObject *unicode = _PyUnicodeObject_CAST(op); in _PyUnicode_CheckConsistency() 1209 static PyUnicodeObject * 1212 PyUnicodeObject *unicode; in _PyUnicode_New() 1217 return (PyUnicodeObject *)unicode_new_empty(); in _PyUnicode_New() 1222 return (PyUnicodeObject *)PyErr_NoMemory(); in _PyUnicode_New() 1230 unicode = PyObject_New(PyUnicodeObject, &PyUnicode_Type); in _PyUnicode_New() 1335 PyUnicodeObject *unicode = _PyUnicodeObject_CAST(op); in _PyUnicode_Dump() 14136 size = sizeof(PyUnicodeObject); in unicode_sizeof_impl() 15418 sizeof(PyUnicodeObject), /* tp_basicsize */
|
| /third_party/python/Tools/c-analyzer/cpython/ |
| D | globals-to-fix.tsv | 282 # manually cached PyUnicodeObject
|
| /third_party/python/Doc/howto/ |
| D | clinic.rst | 919 to use the converter ``object(type='PyUnicodeObject *', subclass_of='&PyUnicode_Type')``.
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.10.rst | 86 * :pep:`623`, Deprecate and prepare for the removal of the wstr member in PyUnicodeObject.
|
| D | 3.11.rst | 2610 * :c:type:`PyUnicodeObject`
|