Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h229 # define _PyUnicode_ToNumeric _PyUnicodeUCS2_ToNumeric macro
316 # define _PyUnicode_ToNumeric _PyUnicodeUCS4_ToNumeric macro
351 #define Py_UNICODE_TONUMERIC(ch) _PyUnicode_ToNumeric(ch)
381 #define Py_UNICODE_TONUMERIC(ch) _PyUnicode_ToNumeric(ch)
1389 PyAPI_FUNC(double) _PyUnicode_ToNumeric(
/external/python/cpython2/Objects/
Dunicodetype_db.h1901 double _PyUnicode_ToNumeric(Py_UNICODE ch) in _PyUnicode_ToNumeric() function