Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dunicodedata_db.h610 const char *_PyUnicode_CategoryNames[] = { variable
Dunicodedata.c269 return PyUnicode_FromString(_PyUnicode_CategoryNames[index]); in unicodedata_UCD_category_impl()
/external/python/cpython2/Modules/
Dunicodedata_db.h579 const char *_PyUnicode_CategoryNames[] = { variable
Dunicodedata.c271 return PyString_FromString(_PyUnicode_CategoryNames[index]); in unicodedata_category()