| /external/python/cpython2/Modules/ | 
| D | unicodedata.c | 127     if (!PyArg_ParseTuple(args, "O!|O:decimal", &PyUnicode_Type, &v, &defobj))  in unicodedata_decimal() 177     if (!PyArg_ParseTuple(args, "O!|O:digit", &PyUnicode_Type, &v, &defobj))  in unicodedata_digit() 212     if (!PyArg_ParseTuple(args, "O!|O:numeric", &PyUnicode_Type, &v, &defobj))  in unicodedata_numeric() 260                           &PyUnicode_Type, &v))  in unicodedata_category() 289                           &PyUnicode_Type, &v))  in unicodedata_bidirectional() 320                           &PyUnicode_Type, &v))  in unicodedata_combining() 349                           &PyUnicode_Type, &v))  in unicodedata_mirrored() 379                           &PyUnicode_Type, &v))  in unicodedata_east_asian_width() 410                           &PyUnicode_Type, &v))  in unicodedata_decomposition() 786                          &form, &PyUnicode_Type, &input))  in unicodedata_normalize() [all …] 
 | 
| D | xxmodule.c | 349     Str_Type.tp_base = &PyUnicode_Type;  in initxx()
  | 
| /external/python/cffi/c/ | 
| D | minibuffer.h | 175     rc = PyObject_IsInstance(self, (PyObject*)&PyUnicode_Type);  in mb_richcompare() 177         rc = PyObject_IsInstance(other, (PyObject*)&PyUnicode_Type);  in mb_richcompare()
  | 
| /external/python/cpython3/Include/ | 
| D | unicodeobject.h | 111 PyAPI_DATA(PyTypeObject) PyUnicode_Type; 116 #define PyUnicode_CheckExact(op) Py_IS_TYPE(op, &PyUnicode_Type)
  | 
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/ | 
| D | cext.h | 221     || PyObject_TypeCheck((type), &PyUnicode_Type) \
  | 
| /external/python/cpython3/Modules/ | 
| D | xxmodule.c | 357     Str_Type.tp_base = &PyUnicode_Type;  in xx_exec()
  | 
| D | xxlimited_35.c | 249     Str_Type_slots[0].pfunc = &PyUnicode_Type;  in xx_modexec()
  | 
| D | xxlimited.c | 331         m, &Str_Type_spec, (PyObject *)&PyUnicode_Type);  in xx_modexec()
  | 
| D | _testmultiphase.c | 381     Str_Type_slots[0].pfunc = &PyUnicode_Type;  in execfunc()
  | 
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/ | 
| D | cext.h | 259     || PyObject_TypeCheck((type), &PyUnicode_Type) \
  | 
| /external/python/cpython3/Modules/_sqlite/ | 
| D | connection.c | 105     Py_INCREF(&PyUnicode_Type);  in pysqlite_connection_init() 106     Py_XSETREF(self->text_factory, (PyObject*)&PyUnicode_Type);  in pysqlite_connection_init() 1347                         (PyObject *)&PyUnicode_Type, &PyId_upper,  in pysqlite_connection_set_isolation_level() 1781     uppercase_name = _PyObject_CallMethodIdOneArg((PyObject *)&PyUnicode_Type,  in pysqlite_connection_create_collation_impl()
  | 
| D | module.c | 171             || type == &PyUnicode_Type || type == &PyByteArray_Type) {  in pysqlite_register_adapter_impl()
  | 
| D | cursor.c | 338                 if (self->connection->text_factory == (PyObject*)&PyUnicode_Type) {  in _pysqlite_fetch_one_row()
  | 
| /external/python/cpython2/Include/ | 
| D | unicodeobject.h | 425 PyAPI_DATA(PyTypeObject) PyUnicode_Type; 429 #define PyUnicode_CheckExact(op) (Py_TYPE(op) == &PyUnicode_Type)
  | 
| /external/python/cpython2/Modules/_sqlite/ | 
| D | module.c | 159             || type == &PyString_Type || type == &PyUnicode_Type || type == &PyBuffer_Type) {  in module_register_adapter()
  | 
| D | cursor.c | 361                 if ((self->connection->text_factory == (PyObject*)&PyUnicode_Type)  in _pysqlite_fetch_one_row() 463     allow_8bit_chars = ((self->connection->text_factory != (PyObject*)&PyUnicode_Type) &&  in _pysqlite_query_execute()
  | 
| D | connection.c | 94     Py_INCREF(&PyUnicode_Type);  in pysqlite_connection_init() 95     self->text_factory = (PyObject*)&PyUnicode_Type;  in pysqlite_connection_init()
  | 
| /external/python/cpython2/Objects/ | 
| D | unicodeobject.c | 350         (void)PyObject_INIT(unicode, &PyUnicode_Type);  in _PyUnicode_New() 354         unicode = PyObject_New(PyUnicodeObject, &PyUnicode_Type);  in _PyUnicode_New() 1504     if (!PyArg_ParseTuple(restuple, argparse, &PyUnicode_Type, &repunicode, &newpos))  in unicode_decode_call_errorhandler() 3598     if (!PyArg_ParseTuple(restuple, argparse, &PyUnicode_Type,  in unicode_encode_call_errorhandler() 4919     if (!PyArg_ParseTuple(restuple, argparse, &PyUnicode_Type,  in unicode_translate_call_errorhandler() 8834     if (type != &PyUnicode_Type)  in unicode_new() 8853     assert(PyType_IsSubtype(type, &PyUnicode_Type));  in unicode_subtype_new() 8854     tmp = (PyUnicodeObject *)unicode_new(&PyUnicode_Type, args, kwds);  in unicode_subtype_new() 8885 PyTypeObject PyUnicode_Type = {  variable 8952     if (PyType_Ready(&PyUnicode_Type) < 0)  in _PyUnicode_Init()
  | 
| D | exceptions.c | 1623                              kwds, &PyUnicode_Type);  in UnicodeEncodeError_init() 1800         &PyUnicode_Type, &self->object,  in UnicodeTranslateError_init()
  | 
| D | bytesobject.c | 1576                                      (PyObject*)&PyUnicode_Type);  in bytes_richcompare() 1579                                          (PyObject*)&PyUnicode_Type);  in bytes_richcompare()
  | 
| D | bytearrayobject.c | 1052     rc = PyObject_IsInstance(self, (PyObject*)&PyUnicode_Type);  in bytearray_richcompare() 1054         rc = PyObject_IsInstance(other, (PyObject*)&PyUnicode_Type);  in bytearray_richcompare()
  | 
| /external/python/cpython3/Objects/ | 
| D | listobject.c | 2074     assert(Py_IS_TYPE(v, &PyUnicode_Type));  in unsafe_latin_compare() 2075     assert(Py_IS_TYPE(w, &PyUnicode_Type));  in unsafe_latin_compare() 2313                 else if (key_type == &PyUnicode_Type &&  in list_sort_impl() 2325             if (key_type == &PyUnicode_Type && strings_are_latin) {  in list_sort_impl()
  | 
| /external/python/cpython2/PC/os2emx/ | 
| D | python27.def | 650   "PyUnicode_Type"
  | 
| /external/python/cpython3/PC/ | 
| D | python3dll.c | 852 EXPORT_DATA(PyUnicode_Type)
  | 
| /external/python/cpython3/Doc/data/ | 
| D | stable_abi.dat | 762 var,PyUnicode_Type,3.2,
  |