Lines Matching refs:getuchar
92 static Py_UCS4 getuchar(PyUnicodeObject *obj) in getuchar() function
129 c = getuchar(v); in unicodedata_decimal()
179 c = getuchar(v); in unicodedata_digit()
214 c = getuchar(v); in unicodedata_numeric()
262 c = getuchar(v); in unicodedata_category()
291 c = getuchar(v); in unicodedata_bidirectional()
322 c = getuchar(v); in unicodedata_combining()
351 c = getuchar(v); in unicodedata_mirrored()
381 c = getuchar(v); in unicodedata_east_asian_width()
412 c = getuchar(v); in unicodedata_decomposition()
1125 c = getuchar(v); in unicodedata_name()