Home
last modified time | relevance | path

Searched defs:Py_UNICODE_ISTITLE (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch) macro
368 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch) macro