Lines Matching refs:_tounicode
187 write(_tounicode(doctype))
239 def _tounicode(s): function
333 qname = _tounicode(qname)
342 prefix = _tounicode(prefix)
381 write("<!--%s-->" % _tounicode(text))
383 write("<?%s?>" % _tounicode(text))
385 tag = qnames[_tounicode(tag) if tag is not None else None]
410 k = _tounicode(k.text)
412 k = _tounicode(k)
414 v = qnames[_tounicode(v.text)]
438 text = _tounicode(text)
453 text = _tounicode(text)