Lines Matching refs:_tounicode
186 write(_tounicode(doctype))
238 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)]
437 text = _tounicode(text)
452 text = _tounicode(text)