Home
last modified time | relevance | path

Searched refs:get_old_record (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dunicodedata.c67 #define get_old_record(self, v) ((((PreviousDBVersion*)self)->getrecord)(v)) macro
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()
468 } else if (self && get_old_record(self, code)->category_changed==0) { in get_decomp_record()
[all …]
/external/python/cpython3/Modules/
Dunicodedata.c79 #define get_old_record(self, v) ((((PreviousDBVersion*)self)->getrecord)(v)) macro
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()
457 get_old_record(self, code)->category_changed==0) { in get_decomp_record()
[all …]