Lines Matching refs:re
64 Tables will be only decompiled when necessary, ie. when they're actually
77 It we're running on a Macintosh, 'res_name_or_index' maybe an sfnt
465 # Bootstrapping: we're getting called by the cmap parser
836 import re
837 if re.match("[a-z0-9]", c):
839 elif re.match("[A-Z]", c):
858 import re
868 if re.match("[0-9]", ident):
899 import re
905 if re.match("[A-Za-z_][A-Za-z_0-9]* *$", tag):