Home
last modified time | relevance | path

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

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