Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dunicodedata.c87 static PyTypeObject UCD_Type; variable
88 #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 = { variable
1350 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()
/external/python/cpython2/Modules/
Dunicodedata.c75 static PyTypeObject UCD_Type; variable
82 self = PyObject_New(PreviousDBVersion, &UCD_Type); in new_previous_version()
1203 static PyTypeObject UCD_Type = { variable
1264 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()