Functions | |
def | main () |
def | MakeRanges (codes) |
def | PrintGroup (name, codes) |
def | PrintRanges (type, name, ranges) |
Variables | |
string | _header |
string | _trailer |
int | n16 = 0 |
int | n32 = 0 |
def make_unicode_groups.main | ( | ) |
Definition at line 98 of file bloaty/third_party/re2/re2/make_unicode_groups.py.
def make_unicode_groups.MakeRanges | ( | codes | ) |
Turn a list like [1,2,3,7,8,9] into a range list [[1,3], [7,9]]
Definition at line 34 of file bloaty/third_party/re2/re2/make_unicode_groups.py.
def make_unicode_groups.PrintGroup | ( | name, | |
codes | |||
) |
Print the data structures for the group of codes. Return a UGroup literal for the group.
Definition at line 60 of file bloaty/third_party/re2/re2/make_unicode_groups.py.
def make_unicode_groups.PrintRanges | ( | type, | |
name, | |||
ranges | |||
) |
Print the ranges as an array of type named name.
Definition at line 46 of file bloaty/third_party/re2/re2/make_unicode_groups.py.
|
private |
Definition at line 15 of file bloaty/third_party/re2/re2/make_unicode_groups.py.
|
private |
Definition at line 25 of file bloaty/third_party/re2/re2/make_unicode_groups.py.
int make_unicode_groups.n16 = 0 |
Definition at line 31 of file bloaty/third_party/re2/re2/make_unicode_groups.py.
int make_unicode_groups.n32 = 0 |
Definition at line 32 of file bloaty/third_party/re2/re2/make_unicode_groups.py.