Home
last modified time | relevance | path

Searched defs:_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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
Dlibpython.py1015 _unichr = unichr variable
1018 def _unichr(x): function