Home
last modified time | relevance | path

Searched refs:_getcode (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dunicodedata.c1019 _getcode(PyObject* self, const char* name, int namelen, Py_UCS4* code) in _getcode() function
1102 _getcode
1161 if (!_getcode(self, name, namelen, &code)) { in unicodedata_lookup()
/external/python/cpython3/Modules/
Dunicodedata.c1095 _getcode(PyObject* self, const char* name, int namelen, Py_UCS4* code, in _getcode() function
1179 _getcode
1245 if (!_getcode(self, name, (int)name_length, &code, 1)) { in unicodedata_UCD_lookup_impl()
/external/python/cpython2/Misc/
DHISTORY1470 - Patch #1213831: Fix typo in unicodedata._getcode.
/external/python/cpython3/Misc/
DHISTORY18854 - Patch #1213831: Fix typo in unicodedata._getcode.