Searched refs:ucnhash_capi (Results 1 – 3 of 3) sorted by relevance
957 static _PyUnicode_Name_CAPI *ucnhash_capi = NULL; variable979 if (!ucnhash_capi) { in PyCodec_NameReplaceErrors()981 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors()983 if (!ucnhash_capi) { in PyCodec_NameReplaceErrors()990 if (ucnhash_capi->getname(c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()1013 if (ucnhash_capi->getname(c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()
6425 static _PyUnicode_Name_CAPI *ucnhash_capi = NULL; variable6580 if (ucnhash_capi == NULL) { in _PyUnicode_DecodeUnicodeEscapeInternal()6582 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscapeInternal()6584 if (ucnhash_capi == NULL) { in _PyUnicode_DecodeUnicodeEscapeInternal()6612 ucnhash_capi->getcode(start, (int)namelen, in _PyUnicode_DecodeUnicodeEscapeInternal()
2121 Objects/unicodeobject.c - ucnhash_capi -