Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodedata.c838 _gethash(const char *s, int len, int scale) in _gethash() function
1071 h = (unsigned int) _gethash(name, namelen, code_magic); in _getcode()
/external/python/cpython3/Modules/
Dunicodedata.c984 _gethash(const char *s, int len, int scale) in _gethash() function
1260 h = (unsigned int) _gethash(name, namelen, code_magic); in _getcode()