| Functions | |
| def | _AddDelta (a, delta) | 
| def | _Delta (a, b) | 
| def | _MakeRanges (pairs) | 
| def | main () | 
| Variables | |
| string | _header | 
| string | _trailer | 
| int | MaxCasefoldGroup = 4 | 
| 
 | private | 
Return a + delta, handling EvenOdd and OddEven specially.
Definition at line 50 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.
| 
 | private | 
Compute the delta for b - a. Even/odd and odd/even are handled specially, as described above.
Definition at line 35 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.
| 
 | private | 
Turn a list like [(65,97), (66, 98), ..., (90,122)] into [(65, 90, +32)].
Definition at line 67 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.
| def make_unicode_casefold.main | ( | ) | 
Definition at line 115 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.
| 
 | private | 
Definition at line 19 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.
| 
 | private | 
Definition at line 29 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.
| int make_unicode_casefold.MaxCasefoldGroup = 4 | 
Definition at line 113 of file bloaty/third_party/re2/re2/make_unicode_casefold.py.