Searched refs:pline (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DgenUnicode.py315 pline = "static const xmlChSRange xml%sS[] = {" % name
318 pline += ", "
323 output.write(pline + " };\n")
324 pline = "static const xmlChLRange xml%sL[] = {" % name
327 pline += ", "
329 if len(pline) > 60:
330 output.write(pline + "\n")
331 pline = " " variable
332 pline += "{%s, %s}" % (hex(low), hex(high))
333 output.write(pline
[all...]

Completed in 42 milliseconds