Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
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(
/external/python/cpython2/Objects/
Dunicodectype.c91 int _PyUnicode_IsDecimalDigit(Py_UNICODE ch) in _PyUnicode_IsDecimalDigit() function