Searched refs:_getcode (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/ |
D | unicodedata.c | 1019 _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/ |
D | unicodedata.c | 1095 _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/ |
D | HISTORY | 1470 - Patch #1213831: Fix typo in unicodedata._getcode.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18854 - Patch #1213831: Fix typo in unicodedata._getcode.
|