Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_localemodule.c.h370 Py_ssize_t msgid_length; in _locale_dcgettext() local
371 msgid = PyUnicode_AsUTF8AndSize(args[1], &msgid_length); in _locale_dcgettext()
375 if (strlen(msgid) != (size_t)msgid_length) { in _locale_dcgettext()