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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
punycode.py 52 oldchar = 0x80
59 delta = (curlen+1) * (char - oldchar)
68 oldchar = char
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
punycode.py 52 oldchar = 0x80
59 delta = (curlen+1) * (char - oldchar)
68 oldchar = char
  /external/python/cpython2/Lib/encodings/
punycode.py 52 oldchar = 0x80
59 delta = (curlen+1) * (char - oldchar)
68 oldchar = char
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
punycode.py 52 oldchar = 0x80
59 delta = (curlen+1) * (char - oldchar)
68 oldchar = char
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
punycode.py 52 oldchar = 0x80
59 delta = (curlen+1) * (char - oldchar)
68 oldchar = char
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
punycode.py 52 oldchar = 0x80
59 delta = (curlen+1) * (char - oldchar)
68 oldchar = char
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
punycode.py 52 oldchar = 0x80
59 delta = (curlen+1) * (char - oldchar)
68 oldchar = char

Completed in 1250 milliseconds