Searched refs:UCD_Type (Results 1 – 2 of 2) sorted by relevance
87 static PyTypeObject UCD_Type; variable88 #define UCD_Check(o) (Py_TYPE(o)==&UCD_Type)95 self = PyObject_New(PreviousDBVersion, &UCD_Type); in new_previous_version()1278 static PyTypeObject UCD_Type = { variable1350 Py_TYPE(&UCD_Type) = &PyType_Type; in PyInit_unicodedata()1357 Py_INCREF(&UCD_Type); in PyInit_unicodedata()1358 PyModule_AddObject(m, "UCD", (PyObject*)&UCD_Type); in PyInit_unicodedata()
75 static PyTypeObject UCD_Type; variable82 self = PyObject_New(PreviousDBVersion, &UCD_Type); in new_previous_version()1203 static PyTypeObject UCD_Type = { variable1264 Py_TYPE(&UCD_Type) = &PyType_Type; in initunicodedata()1272 Py_INCREF(&UCD_Type); in initunicodedata()1273 PyModule_AddObject(m, "UCD", (PyObject*)&UCD_Type); in initunicodedata()