Home
last modified time | relevance | path

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

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