Searched refs:locale_length (Results 1 – 2 of 2) sorted by relevance
51 size_t locale_length; in extract_rules() local87 locale_length = strlen (locale); in extract_rules()114 if (xmlStrncmp (cp, BAD_CAST locale, locale_length) == 0 in extract_rules()115 && (*(cp + locale_length) == '\0' in extract_rules()116 || c_isspace (*(cp + locale_length)))) in extract_rules()
38 Py_ssize_t locale_length; in _locale_setlocale() local39 locale = PyUnicode_AsUTF8AndSize(args[1], &locale_length); in _locale_setlocale()43 if (strlen(locale) != (size_t)locale_length) { in _locale_setlocale()