Home
last modified time | relevance | path

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

/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c2952 Py_LOCAL_INLINE(BOOL) in_set_union(RE_EncodingTable* encoding, RE_LocaleInfo*
2985 return in_set_union(encoding, locale_info, member, ch); in matches_member()
3051 if (in_set_union(encoding, locale_info, member, cases[i])) in matches_member_ign()
3198 Py_LOCAL_INLINE(BOOL) in_set_union(RE_EncodingTable* encoding, RE_LocaleInfo* in in_set_union() function
3247 return in_set_union(encoding, locale_info, node, ch); in matches_SET()
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c2906 Py_LOCAL_INLINE(BOOL) in_set_union(RE_EncodingTable* encoding, RE_LocaleInfo*
2939 return in_set_union(encoding, locale_info, member, ch); in matches_member()
3005 if (in_set_union(encoding, locale_info, member, cases[i])) in matches_member_ign()
3152 Py_LOCAL_INLINE(BOOL) in_set_union(RE_EncodingTable* encoding, RE_LocaleInfo* in in_set_union() function
3201 return in_set_union(encoding, locale_info, node, ch); in matches_SET()