Home
last modified time | relevance | path

Searched refs:_unichr (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_multibytecodec_support.py272 _unichr = lambda c: eval("u'\\U%08x'" % int(c, 16)) function
273 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+'))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
Dlibpython.py1015 _unichr = unichr variable
1018 def _unichr(x): function
1069 result = u''.join([_unichr(ucs) for ucs in Py_UNICODEs])