Searched refs:PreviousDBVersion (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | unicodedata.c | 29 class unicodedata.UCD 'PreviousDBVersion *' '<not used>' 80 } PreviousDBVersion; typedef 84 #define get_old_record(self, v) ((((PreviousDBVersion*)self)->getrecord)(v)) 87 {"unidata_version", T_STRING, offsetof(PreviousDBVersion, name), READONLY}, 102 PreviousDBVersion *self; in new_previous_version() 103 self = PyObject_GC_New(PreviousDBVersion, ucd_type); in new_previous_version() 566 Py_UCS4 value = ((PreviousDBVersion*)self)->normalization(code); in nfd_nfkd() 1442 ucd_traverse(PreviousDBVersion *self, visitproc visit, void *arg) in ucd_traverse() 1449 ucd_dealloc(PreviousDBVersion *self) in ucd_dealloc() 1468 .basicsize = sizeof(PreviousDBVersion), [all...] |
Completed in 3 milliseconds