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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodectype.c91 int _PyUnicode_IsDecimalDigit(Py_UNICODE ch) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodectype.c91 int _PyUnicode_IsDecimalDigit(Py_UNICODE ch) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dunicodeobject.h218 # define _PyUnicode_IsDecimalDigit _PyUnicodeUCS2_IsDecimalDigit macro
305 # define _PyUnicode_IsDecimalDigit _PyUnicodeUCS4_IsDecimalDigit macro
345 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)
375 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)
1393 PyAPI_FUNC(int) _PyUnicode_IsDecimalDigit(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h218 # define _PyUnicode_IsDecimalDigit _PyUnicodeUCS2_IsDecimalDigit macro
305 # define _PyUnicode_IsDecimalDigit _PyUnicodeUCS4_IsDecimalDigit macro
345 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)
375 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)
1393 PyAPI_FUNC(int) _PyUnicode_IsDecimalDigit(

Completed in 21 milliseconds