MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / evenodd

Function evenodd

extern/re2/re2/make_unicode_casefold.py:73–77  ·  view source on GitHub ↗
(last, a, b, r)

Source from the content-addressed store, hash-verified

71 last = -100
72
73 def evenodd(last, a, b, r):
74 if a != last+1 or b != _AddDelta(a, r[2]):
75 return False
76 r[1] = a
77 return True
78
79 def evenoddpair(last, a, b, r):
80 if a != last+2:

Callers 1

_MakeRangesFunction · 0.85

Calls 1

_AddDeltaFunction · 0.85

Tested by

no test coverage detected