Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodectype.c91 int _PyUnicode_IsDecimalDigit(Py_UNICODE ch) in _PyUnicode_IsDecimalDigit() function
/external/python/cpython2/Include/
Dunicodeobject.h218 # define _PyUnicode_IsDecimalDigit _PyUnicodeUCS2_IsDecimalDigit macro
305 # define _PyUnicode_IsDecimalDigit _PyUnicodeUCS4_IsDecimalDigit macro