Lines Matching refs:change_record
33 typedef struct change_record { struct
40 } change_record; typedef
63 const change_record* (*getrecord)(Py_UCS4);
78 new_previous_version(const char*name, const change_record* (*getrecord)(Py_UCS4), in new_previous_version()
134 const change_record *old = get_old_record(self, c); in unicodedata_decimal()
219 const change_record *old = get_old_record(self, c); in unicodedata_numeric()
267 const change_record *old = get_old_record(self, c); in unicodedata_category()
296 const change_record *old = get_old_record(self, c); in unicodedata_bidirectional()
327 const change_record *old = get_old_record(self, c); in unicodedata_combining()
356 const change_record *old = get_old_record(self, c); in unicodedata_mirrored()
386 const change_record *old = get_old_record(self, c); in unicodedata_east_asian_width()
419 const change_record *old = get_old_record(self, c); in unicodedata_decomposition()
905 const change_record *old = get_old_record(self, code); in _getucname()