Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dmultibytecodec_support.py282 _unichr = lambda c: eval("u'\\U%08x'" % int(c, 16)) function
283 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+'))
/external/python/cpython2/Tools/gdb/
Dlibpython.py1087 _unichr = unichr variable
1090 def _unichr(x): function
1142 (_unichr(ucs) if ucs <= 0x10ffff else '\ufffd')
/external/python/cpython3/Tools/gdb/
Dlibpython.py1159 _unichr = unichr variable
1162 def _unichr(x): function
1246 (_unichr(ucs) if ucs <= 0x10ffff else '\ufffd')