HomeSort by relevance Sort by last modified time
    Searched refs:_PyUnicode_IsTitlecase (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodectype.c 74 int _PyUnicode_IsTitlecase(Py_UNICODE ch)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodectype.c 74 int _PyUnicode_IsTitlecase(Py_UNICODE ch)
  /external/python/cpython2/Objects/
unicodectype.c 74 int _PyUnicode_IsTitlecase(Py_UNICODE ch)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 223 # define _PyUnicode_IsTitlecase _PyUnicodeUCS2_IsTitlecase
310 # define _PyUnicode_IsTitlecase _PyUnicodeUCS4_IsTitlecase
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
368 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 223 # define _PyUnicode_IsTitlecase _PyUnicodeUCS2_IsTitlecase
310 # define _PyUnicode_IsTitlecase _PyUnicodeUCS4_IsTitlecase
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
368 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
    [all...]
  /external/python/cpython2/Include/
unicodeobject.h 223 # define _PyUnicode_IsTitlecase _PyUnicodeUCS2_IsTitlecase
310 # define _PyUnicode_IsTitlecase _PyUnicodeUCS4_IsTitlecase
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
368 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
unicodeobject.h 223 # define _PyUnicode_IsTitlecase _PyUnicodeUCS2_IsTitlecase
310 # define _PyUnicode_IsTitlecase _PyUnicodeUCS4_IsTitlecase
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
368 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
unicodeobject.h 223 # define _PyUnicode_IsTitlecase _PyUnicodeUCS2_IsTitlecase
310 # define _PyUnicode_IsTitlecase _PyUnicodeUCS4_IsTitlecase
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
368 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 223 # define _PyUnicode_IsTitlecase _PyUnicodeUCS2_IsTitlecase
310 # define _PyUnicode_IsTitlecase _PyUnicodeUCS4_IsTitlecase
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
368 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 223 # define _PyUnicode_IsTitlecase _PyUnicodeUCS2_IsTitlecase
310 # define _PyUnicode_IsTitlecase _PyUnicodeUCS4_IsTitlecase
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
368 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
    [all...]
  /external/python/cpython3/Objects/
unicodectype.c 76 int _PyUnicode_IsTitlecase(Py_UCS4 ch)
  /external/python/cpython3/Include/
unicodeobject.h 134 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
    [all...]

Completed in 593 milliseconds