Home
last modified time | relevance | path

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

/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c3254 Py_LOCAL_INLINE(BOOL) matches_SET_IGN(RE_EncodingTable* encoding, in matches_SET_IGN() function
4692 while (text_ptr < limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN()
4707 while (text_ptr < limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN()
4722 while (text_ptr < limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN()
4755 while (text_ptr > limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN_REV()
4770 while (text_ptr > limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN_REV()
4785 while (text_ptr > limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN_REV()
7147 matches_SET_IGN(state->encoding, state->locale_info, node, in try_match_SET_IGN()
7164 matches_SET_IGN(state->encoding, state->locale_info, node, in try_match_SET_IGN_REV()
14256 if (state->text_pos < state->slice_end && matches_SET_IGN(encoding, in basic_match()
[all …]
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c3208 Py_LOCAL_INLINE(BOOL) matches_SET_IGN(RE_EncodingTable* encoding, in matches_SET_IGN() function
4646 while (text_ptr < limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN()
4661 while (text_ptr < limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN()
4676 while (text_ptr < limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN()
4709 while (text_ptr > limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN_REV()
4724 while (text_ptr > limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN_REV()
4739 while (text_ptr > limit_ptr && matches_SET_IGN(encoding, locale_info, in match_many_SET_IGN_REV()
7101 matches_SET_IGN(state->encoding, state->locale_info, node, in try_match_SET_IGN()
7118 matches_SET_IGN(state->encoding, state->locale_info, node, in try_match_SET_IGN_REV()
14194 if (state->text_pos < state->slice_end && matches_SET_IGN(encoding, in basic_match()
[all …]