Lines Matching refs:_tounicode
185 write(_tounicode(doctype))
237 def _tounicode(s): function
332 qname = _tounicode(qname)
341 prefix = _tounicode(prefix)
380 write("<!--%s-->" % _tounicode(text))
382 write("<?%s?>" % _tounicode(text))
384 tag = qnames[_tounicode(tag) if tag is not None else None]
409 k = _tounicode(k.text)
411 k = _tounicode(k)
413 v = qnames[_tounicode(v.text)]
435 text = _tounicode(text)
450 text = _tounicode(text)