Lines Matching refs:change_record
42 typedef struct change_record { struct
50 } change_record; argument
73 const change_record* (*getrecord)(Py_UCS4);
91 new_previous_version(const char*name, const change_record* (*getrecord)(Py_UCS4), in new_previous_version()
132 const change_record *old = get_old_record(self, c); in unicodedata_UCD_decimal_impl()
220 const change_record *old = get_old_record(self, c); in unicodedata_UCD_numeric_impl()
265 const change_record *old = get_old_record(self, c); in unicodedata_UCD_category_impl()
292 const change_record *old = get_old_record(self, c); in unicodedata_UCD_bidirectional_impl()
321 const change_record *old = get_old_record(self, c); in unicodedata_UCD_combining_impl()
349 const change_record *old = get_old_record(self, c); in unicodedata_UCD_mirrored_impl()
376 const change_record *old = get_old_record(self, c); in unicodedata_UCD_east_asian_width_impl()
410 const change_record *old = get_old_record(self, c); in unicodedata_UCD_decomposition_impl()
963 const change_record *old; in _getucname()