/external/fonttools/Lib/fontTools/ufoLib/ |
D | utils.py | 9 from fontTools.misc.py23 import tounicode 80 return tounicode(path, encoding=encoding)
|
D | glifLib.py | 22 from fontTools.misc.py23 import basestring, unicode, tobytes, tounicode 705 etree.SubElement(element, "note").text = tounicode(note)
|
D | __init__.py | 18 from fontTools.misc.py23 import basestring, unicode, tounicode 1328 layerName = tounicode(layerName)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | IDNATestInput.txt | 648 type: tounicode 659 type: tounicode 670 type: tounicode 681 type: tounicode 693 type: tounicode 705 type: tounicode 717 type: tounicode 729 type: tounicode 740 type: tounicode 751 type: tounicode [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | IDNATestInput.txt | 648 type: tounicode 659 type: tounicode 670 type: tounicode 681 type: tounicode 693 type: tounicode 705 type: tounicode 717 type: tounicode 729 type: tounicode 740 type: tounicode 751 type: tounicode [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | idna_conf.txt | 648 type: tounicode 659 type: tounicode 670 type: tounicode 681 type: tounicode 693 type: tounicode 705 type: tounicode 717 type: tounicode 729 type: tounicode 740 type: tounicode 751 type: tounicode [all …]
|
/external/harfbuzz_ng/src/ |
D | sample.py | 17 def tounicode(s, encoding='utf-8'): function 24 text = tounicode(sys.argv[2])
|
/external/fonttools/Lib/fontTools/ |
D | fontBuilder.py | 759 from .misc.py23 import Tag, tounicode 771 axis.axisNameID = nameTable.addName(tounicode(name)) 776 name = tounicode(instance['stylename']) 782 psname = tounicode(psname)
|
/external/fonttools/Lib/fontTools/misc/ |
D | xmlWriter.py | 38 self.file.write(tounicode('')) 39 self.totype = tounicode
|
D | py23.py | 129 def tounicode(s, encoding='ascii', errors='strict'): function 168 tostr = tounicode
|
D | etree.py | 15 from fontTools.misc.py23 import basestring, unicode, tounicode, open 246 s = tounicode(s, encoding="ascii", errors="strict")
|
D | plistlib.py | 27 tounicode, 331 k.text = tounicode(key, "utf-8")
|
/external/fonttools/Lib/fontTools/designspaceLib/ |
D | __init__.py | 248 self.localisedStyleName[languageCode] = tounicode(styleName) 254 self.localisedFamilyName[languageCode] = tounicode(familyName) 260 self.localisedStyleMapStyleName[languageCode] = tounicode(styleMapStyleName) 266 self.localisedStyleMapFamilyName[languageCode] = tounicode(styleMapFamilyName) 755 axisObject.labelNames[lang] = tounicode(labelNameElement.text)
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | T_S_I__1.py | 72 text = tounicode(text, encoding='utf-8')
|
D | _n_a_m_e.py | 371 string = tounicode(string, encoding=encoding, errors=errors)
|
D | otConverters.py | 365 s = tounicode(data, encoding="ascii", errors="replace") 366 if s != tounicode(data, encoding="ascii", errors="ignore"):
|
/external/fonttools/Tests/misc/ |
D | plistlib_test.py | 9 from fontTools.misc.py23 import tounicode, unicode 437 "".join(l.strip() for l in tounicode(txt, "utf-8").splitlines())
|
/external/fonttools/Tests/pens/ |
D | pointInsidePen_test.py | 85 return tounicode(result.getvalue())
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 84 def tounicode(s, encoding='ascii', errors='strict'): function 463 return u','.join ("U+%04X" % cp for cp in codepoints (tounicode (s, 'utf-8')))
|
/external/fonttools/Lib/fontTools/varLib/ |
D | __init__.py | 89 localisedStyleName["en"] = tounicode(instance.styleName) 98 psname = tounicode(psname) 737 axis.labelNames["en"] = tounicode(axis_name)
|
/external/python/cpython3/Lib/test/ |
D | test_array.py | 1011 self.assertRaises(BufferError, a.fromunicode, a.tounicode()) 1111 s = a.tounicode() 1132 self.assertRaises(ValueError, a.tounicode)
|
/external/python/cpython3/Doc/library/ |
D | array.rst | 245 .. method:: array.tounicode()
|
/external/python/cpython2/Doc/library/ |
D | array.rst | 233 .. method:: array.tounicode()
|
/external/python/cpython2/Lib/test/ |
D | test_array.py | 857 self.assertRaises(ValueError, a.tounicode) 878 s = a.tounicode()
|
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 1072 xmlWriter.simpletag(name, value=tounicode(value, encoding="ascii")) 1088 value = tounicode(value, encoding="latin1")
|