Home
last modified time | relevance | path

Searched refs:tounicode (Results 1 – 25 of 31) sorted by relevance

12

/external/fonttools/Lib/fontTools/ufoLib/
Dutils.py9 from fontTools.misc.py23 import tounicode
80 return tounicode(path, encoding=encoding)
DglifLib.py22 from fontTools.misc.py23 import basestring, unicode, tobytes, tounicode
705 etree.SubElement(element, "note").text = tounicode(note)
D__init__.py18 from fontTools.misc.py23 import basestring, unicode, tounicode
1328 layerName = tounicode(layerName)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
DIDNATestInput.txt648 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/
DIDNATestInput.txt648 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/
Didna_conf.txt648 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/
Dsample.py17 def tounicode(s, encoding='utf-8'): function
24 text = tounicode(sys.argv[2])
/external/fonttools/Lib/fontTools/
DfontBuilder.py759 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/
DxmlWriter.py38 self.file.write(tounicode(''))
39 self.totype = tounicode
Dpy23.py129 def tounicode(s, encoding='ascii', errors='strict'): function
168 tostr = tounicode
Detree.py15 from fontTools.misc.py23 import basestring, unicode, tounicode, open
246 s = tounicode(s, encoding="ascii", errors="strict")
Dplistlib.py27 tounicode,
331 k.text = tounicode(key, "utf-8")
/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py248 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/
DT_S_I__1.py72 text = tounicode(text, encoding='utf-8')
D_n_a_m_e.py371 string = tounicode(string, encoding=encoding, errors=errors)
DotConverters.py365 s = tounicode(data, encoding="ascii", errors="replace")
366 if s != tounicode(data, encoding="ascii", errors="ignore"):
/external/fonttools/Tests/misc/
Dplistlib_test.py9 from fontTools.misc.py23 import tounicode, unicode
437 "".join(l.strip() for l in tounicode(txt, "utf-8").splitlines())
/external/fonttools/Tests/pens/
DpointInsidePen_test.py85 return tounicode(result.getvalue())
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py84 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__.py89 localisedStyleName["en"] = tounicode(instance.styleName)
98 psname = tounicode(psname)
737 axis.labelNames["en"] = tounicode(axis_name)
/external/python/cpython3/Lib/test/
Dtest_array.py1011 self.assertRaises(BufferError, a.fromunicode, a.tounicode())
1111 s = a.tounicode()
1132 self.assertRaises(ValueError, a.tounicode)
/external/python/cpython3/Doc/library/
Darray.rst245 .. method:: array.tounicode()
/external/python/cpython2/Doc/library/
Darray.rst233 .. method:: array.tounicode()
/external/python/cpython2/Lib/test/
Dtest_array.py857 self.assertRaises(ValueError, a.tounicode)
878 s = a.tounicode()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py1072 xmlWriter.simpletag(name, value=tounicode(value, encoding="ascii"))
1088 value = tounicode(value, encoding="latin1")

12