HomeSort by relevance Sort by last modified time
    Searched refs:unichrs (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multibytecodec_support.py 273 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+'))
298 unich = unichrs(data[1])
  /external/python/cpython2/Lib/test/
test_multibytecodec_support.py 283 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+'))
308 unich = unichrs(data[1])
  /external/python/cpython3/Lib/test/
multibytecodec_support.py 303 unichrs = lambda s: ''.join(map(chr, map(eval, s.split('+'))))
328 unich = unichrs(data[1])
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multibytecodec_support.py 285 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+'))
310 unich = unichrs(data[1])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multibytecodec_support.py 285 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+'))
310 unich = unichrs(data[1])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 285 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+'))
310 unich = unichrs(data[1])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 285 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+'))
310 unich = unichrs(data[1])

Completed in 195 milliseconds