Searched refs:_is_full_case (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-regex/regex-2020.7.14/regex_3/ |
H A D | _regex_core.py | 2201 if not Branch._is_full_case(items, count - 1): 2204 if not Branch._is_full_case(items, count): 2212 if (Branch._is_full_case(items, count + 2) and 2217 if (Branch._is_full_case(items, count - 2) and 2228 if not Branch._is_full_case(items, end - count): 2231 if not Branch._is_full_case(items, end - count - 1): 2239 if (Branch._is_full_case(items, end - count + 2) and 2244 if (Branch._is_full_case(items, end - count - 2) and 2352 def _is_full_case(items, i): member in Branch
|
/dports/textproc/py-regex/regex-2020.7.14/regex_2/ |
H A D | _regex_core.py | 2219 if not Branch._is_full_case(items, count - 1): 2222 if not Branch._is_full_case(items, count): 2230 if (Branch._is_full_case(items, count + 2) and 2235 if (Branch._is_full_case(items, count - 2) and 2246 if not Branch._is_full_case(items, end - count): 2249 if not Branch._is_full_case(items, end - count - 1): 2257 if (Branch._is_full_case(items, end - count + 2) and 2262 if (Branch._is_full_case(items, end - count - 2) and 2370 def _is_full_case(items, i): member in Branch
|