Searched defs:get_old_record (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A Dunicodedata.c67 #define get_old_record(self, v) ((((PreviousDBVersion*)self)->getrecord)(v)) macro
134 const change_record *old = get_old_record(self, c);
219 const change_record *old = get_old_record(self, c);
267 const change_record *old = get_old_record(self, c);
296 const change_record *old = get_old_record(self, c);
327 const change_record *old = get_old_record(self, c);
356 const change_record *old = get_old_record(self, c);
386 const change_record *old = get_old_record(self, c);
419 const change_record *old = get_old_record(self, c);
468 } else if (self && get_old_record(sel
[all...]

Completed in 510 milliseconds