Searched refs:_PyUnicode_ToLowercase (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dunicodeobject.h228 # define _PyUnicode_ToLowercase _PyUnicodeUCS2_ToLowercase macro
315 # define _PyUnicode_ToLowercase _PyUnicodeUCS4_ToLowercase macro
371 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch)
1369 PyAPI_FUNC(Py_UNICODE) _PyUnicode_ToLowercase(
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dunicodeobject.h228 # define _PyUnicode_ToLowercase _PyUnicodeUCS2_ToLowercase macro
315 # define _PyUnicode_ToLowercase _PyUnicodeUCS4_ToLowercase macro
371 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch)
1369 PyAPI_FUNC(Py_UNICODE) _PyUnicode_ToLowercase(
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dunicodeobject.h228 # define _PyUnicode_ToLowercase _PyUnicodeUCS2_ToLowercase macro
315 # define _PyUnicode_ToLowercase _PyUnicodeUCS4_ToLowercase macro
371 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch)
1369 PyAPI_FUNC(Py_UNICODE) _PyUnicode_ToLowercase(
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dunicodeobject.h228 # define _PyUnicode_ToLowercase _PyUnicodeUCS2_ToLowercase macro
315 # define _PyUnicode_ToLowercase _PyUnicodeUCS4_ToLowercase macro
371 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch)
1369 PyAPI_FUNC(Py_UNICODE) _PyUnicode_ToLowercase(

Completed in 57 milliseconds