Searched refs:matches_CHARACTER_IGN (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-regex/regex-2020.7.14/regex_3/ |
H A D | _regex.c | 2865 Py_LOCAL_INLINE(BOOL) matches_CHARACTER_IGN(RE_EncodingTable* encoding, in matches_CHARACTER_IGN() function 6879 matches_CHARACTER_IGN(state->encoding, state->locale_info, node, in try_match_CHARACTER_IGN() 6895 matches_CHARACTER_IGN(state->encoding, state->locale_info, node, in try_match_CHARACTER_IGN_REV() 9837 return pos < state->slice_end && matches_CHARACTER_IGN(state->encoding, in fuzzy_ext_match() 9842 matches_CHARACTER_IGN(state->encoding, state->locale_info, test_node, in fuzzy_ext_match() 9925 matches_CHARACTER_IGN(state->encoding, state->locale_info, test_node, in fuzzy_ext_match_group_fld() 9930 matches_CHARACTER_IGN(state->encoding, state->locale_info, test_node, in fuzzy_ext_match_group_fld() 11960 matches_CHARACTER_IGN(encoding, locale_info, node, in basic_match() 11983 matches_CHARACTER_IGN(encoding, locale_info, node, in basic_match()
|
/dports/textproc/py-regex/regex-2020.7.14/regex_2/ |
H A D | _regex.c | 2819 Py_LOCAL_INLINE(BOOL) matches_CHARACTER_IGN(RE_EncodingTable* encoding, in matches_CHARACTER_IGN() function 6833 matches_CHARACTER_IGN(state->encoding, state->locale_info, node, in try_match_CHARACTER_IGN() 6849 matches_CHARACTER_IGN(state->encoding, state->locale_info, node, in try_match_CHARACTER_IGN_REV() 9775 return pos < state->slice_end && matches_CHARACTER_IGN(state->encoding, in fuzzy_ext_match() 9780 matches_CHARACTER_IGN(state->encoding, state->locale_info, test_node, in fuzzy_ext_match() 9863 matches_CHARACTER_IGN(state->encoding, state->locale_info, test_node, in fuzzy_ext_match_group_fld() 9868 matches_CHARACTER_IGN(state->encoding, state->locale_info, test_node, in fuzzy_ext_match_group_fld() 11898 matches_CHARACTER_IGN(encoding, locale_info, node, in basic_match() 11921 matches_CHARACTER_IGN(encoding, locale_info, node, in basic_match()
|