Home
last modified time | relevance | path

Searched refs:_tounicode (Results 1 – 1 of 1) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Detree.py186 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)]
[all …]