Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodedata.c92 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()
[all …]