Searched refs:change_record (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/ |
D | unicodedata.c | 33 typedef struct change_record { struct 40 } change_record; argument 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() [all …]
|
D | unicodedata_db.h | 4919 static const change_record change_records_3_2_0[] = { 6180 static const change_record* get_change_3_2_0(Py_UCS4 n) in get_change_3_2_0()
|
/external/python/cpython3/Modules/ |
D | unicodedata.c | 42 typedef struct change_record { struct 50 } change_record; typedef 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() [all …]
|
D | unicodedata_db.h | 5876 static const change_record change_records_3_2_0[] = { 7561 static const change_record* get_change_3_2_0(Py_UCS4 n) in get_change_3_2_0()
|