Searched refs:tounicode (Results 1 – 14 of 14) sorted by relevance
/external/harfbuzz_ng/src/ |
D | sample.py | 17 def tounicode(s, encoding='utf-8'): function 24 text = tounicode(sys.argv[2])
|
/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/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/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/fonttools/Lib/fontTools/misc/ |
D | py23.py | 80 def tounicode(s, encoding="ascii", errors="strict"): function 87 tostr = tounicode
|
/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/python/cpython3/Doc/library/ |
D | array.rst | 230 .. method:: array.tounicode()
|
/external/python/cpython3/Lib/test/ |
D | test_array.py | 991 self.assertRaises(BufferError, a.fromunicode, a.tounicode()) 1091 s = a.tounicode() 1112 self.assertRaises(ValueError, a.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/python/cpython3/Doc/faq/ |
D | programming.rst | 900 >>> a.tounicode()
|
/external/mtools/ |
D | texinfo.tex | 1762 % ``\special{pdf:tounicode ...}'' is not necessary
|
/external/python/cpython3/Misc/ |
D | HISTORY | 5282 repr(array), str(array) and array.tounicode(). Patch written by Manuel Jacob. 22743 'u' indicates Py_UNICODE arrays. For those, .tounicode and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5359 'u' indicates Py_UNICODE arrays. For those, .tounicode and
|