Home
last modified time | relevance | path

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

/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/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/fonttools/Lib/fontTools/misc/
Dpy23.py62 tounicode = tostr variable
/external/python/cpython3/Doc/library/
Darray.rst233 .. method:: array.tounicode()
/external/python/cpython2/Doc/library/
Darray.rst233 .. method:: array.tounicode()
/external/python/cpython3/Lib/test/
Dtest_array.py1082 self.assertRaises(BufferError, a.fromunicode, a.tounicode())
1183 s = a.tounicode()
1204 self.assertRaises(ValueError, a.tounicode)
/external/python/cpython2/Lib/test/
Dtest_array.py857 self.assertRaises(ValueError, a.tounicode)
878 s = a.tounicode()
/external/python/cpython3/Doc/faq/
Dprogramming.rst925 >>> a.tounicode()
/external/mtools/
Dtexinfo.tex1769 % ``\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