Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodectype.c74 int _PyUnicode_IsTitlecase(Py_UNICODE ch) in _PyUnicode_IsTitlecase() function
/external/python/cpython2/Include/
Dunicodeobject.h223 # define _PyUnicode_IsTitlecase _PyUnicodeUCS2_IsTitlecase macro
310 # define _PyUnicode_IsTitlecase _PyUnicodeUCS4_IsTitlecase macro