Home
last modified time | relevance | path

Searched refs:_PyUnicode_IsTitlecase (Results 1 – 4 of 4) 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
/external/python/cpython3/Objects/
Dunicodectype.c76 int _PyUnicode_IsTitlecase(Py_UCS4 ch) in _PyUnicode_IsTitlecase() function
/external/python/cpython3/Include/cpython/
Dunicodeobject.h29 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
1078 PyAPI_FUNC(int) _PyUnicode_IsTitlecase(