Lines Matching defs:str
102 locale: str(accept={str, NoneType}) = NULL
150 locale_is_ascii(const char *str)
152 return (strlen(str) == 1 && ((unsigned char)str[0]) <= 127);
384 string as str: unicode
391 _locale_strxfrm_impl(PyObject *module, PyObject *str)
399 s = PyUnicode_AsWideCharString(str, &n1);
631 msg as in: str
649 domain: str(accept={str, NoneType})
650 msg as in: str
668 domain: str(accept={str, NoneType})
669 msg as msgid: str
687 domain: str(accept={str, NoneType})
708 domain: str
752 domain: str
753 codeset: str(accept={str, NoneType})