Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dunicodedata.c1222 _getcode(PyObject* self, in _getcode() function
1308 return _getcode(NULL, name, namelen, code, with_named_seq); in capi_getcode()
1403 if (!_getcode(self, name, (int)name_length, &code, 1)) { in unicodedata_UCD_lookup_impl()
/third_party/python/Misc/
DHISTORY18854 - Patch #1213831: Fix typo in unicodedata._getcode.