Home | History | Annotate | Download | only in parser

Lines Matching defs:output_file

63     # Python 3, change to: print("Usage: %s -o OUTPUT_FILE INPUT_FILE" % program_name, file=sys.stderr)
64 sys.stderr.write("Usage: %s -o OUTPUT_FILE INPUT_FILE\n" % program_name)
77 output_file = open(output_path, "w")
79 output_file.write("""/*
116 output_file.write("static const UChar %s[] = %s;\n" % (
120 output_file.write("""
131 output_file.write(' { %s, %s, %s, %s },\n' % (
138 output_file.write("""};
142 output_file.write("static const HTMLEntityTableEntry* uppercaseOffset[] = {\n")
144 output_file.write("%s\n" % offset_table_entry(index[letter]))
145 output_file.write("%s\n" % offset_table_entry(index['a']))
146 output_file.write("""};
150 output_file.write("%s\n" % offset_table_entry(index[letter]))
151 output_file.write("%s\n" % offset_table_entry(entity_count))
152 output_file.write("""};