Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodedata.c65 } PreviousDBVersion; typedef
67 #define get_old_record(self, v) ((((PreviousDBVersion*)self)->getrecord)(v))
70 {"unidata_version", T_STRING, offsetof(PreviousDBVersion, name), READONLY},
81 PreviousDBVersion *self; in new_previous_version()
82 self = PyObject_New(PreviousDBVersion, &UCD_Type); in new_previous_version()
555 Py_UCS4 value = ((PreviousDBVersion*)self)->normalization(code); in nfd_nfkd()
1208 sizeof(PreviousDBVersion), /*tp_basicsize*/
/external/python/cpython3/Modules/
Dunicodedata.c75 } PreviousDBVersion; typedef
79 #define get_old_record(self, v) ((((PreviousDBVersion*)self)->getrecord)(v))
82 {"unidata_version", T_STRING, offsetof(PreviousDBVersion, name), READONLY},
94 PreviousDBVersion *self; in new_previous_version()
95 self = PyObject_New(PreviousDBVersion, &UCD_Type); in new_previous_version()
555 Py_UCS4 value = ((PreviousDBVersion*)self)->normalization(code); in nfd_nfkd()
1283 sizeof(PreviousDBVersion), /*tp_basicsize*/