Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dunicodedata.c88 #define UCD_Check(o) (Py_TYPE(o)==&UCD_Type) macro
131 if (self && UCD_Check(self)) { in unicodedata_UCD_decimal_impl()
219 if (self && UCD_Check(self)) { in unicodedata_UCD_numeric_impl()
264 if (self && UCD_Check(self)) { in unicodedata_UCD_category_impl()
291 if (self && UCD_Check(self)) { in unicodedata_UCD_bidirectional_impl()
320 if (self && UCD_Check(self)) { in unicodedata_UCD_combining_impl()
348 if (self && UCD_Check(self)) { in unicodedata_UCD_mirrored_impl()
375 if (self && UCD_Check(self)) { in unicodedata_UCD_east_asian_width_impl()
409 if (self && UCD_Check(self)) { in unicodedata_UCD_decomposition_impl()
456 } else if (self && UCD_Check(self) && in get_decomp_record()
[all …]