Home
last modified time | relevance | path

Searched refs:unicodekeys_lookup_unicode (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Ddictobject.c914 unicodekeys_lookup_unicode(PyDictKeysObject* dk, PyObject *key, Py_hash_t hash) in unicodekeys_lookup_unicode() function
1022 return unicodekeys_lookup_unicode(dk, key, hash); in _PyDictKeys_StringLookup()
1053 ix = unicodekeys_lookup_unicode(dk, key, hash); in _Py_dict_lookup()
1198 Py_ssize_t ix = unicodekeys_lookup_unicode(keys, name, hash); in insert_into_dictkeys()

Completed in 9 milliseconds