Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodetype_db.h4187 double _PyUnicode_ToNumeric(Py_UCS4 ch) in _PyUnicode_ToNumeric() function
/third_party/python/Include/cpython/
Dunicodeobject.h43 #define Py_UNICODE_TONUMERIC(ch) _PyUnicode_ToNumeric(ch)
1133 PyAPI_FUNC(double) _PyUnicode_ToNumeric(