Home
last modified time | relevance | path

Searched refs:change_record (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dunicodedata.c33 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 …]
Dunicodedata_db.h4919 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/
Dunicodedata.c42 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()
[all …]
Dunicodedata_db.h5876 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()