Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dsample.py17 def tounicode(s, encoding='utf-8'): function
24 text = tounicode(sys.argv[2])
/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/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/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/fonttools/Lib/fontTools/misc/
Dpy23.py80 def tounicode(s, encoding="ascii", errors="strict"): function
87 tostr = tounicode
/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/python/cpython3/Doc/library/
Darray.rst230 .. method:: array.tounicode()
/external/python/cpython3/Lib/test/
Dtest_array.py991 self.assertRaises(BufferError, a.fromunicode, a.tounicode())
1091 s = a.tounicode()
1112 self.assertRaises(ValueError, a.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/python/cpython3/Doc/faq/
Dprogramming.rst900 >>> a.tounicode()
/external/mtools/
Dtexinfo.tex1762 % ``\special{pdf:tounicode ...}'' is not necessary
/external/python/cpython3/Misc/
DHISTORY5282 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/
DHISTORY5359 'u' indicates Py_UNICODE arrays. For those, .tounicode and