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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
gencodec.py 37 mapRE = re.compile('((?:0x[0-9a-fA-F]+\+?)+)'
91 m = mapRE.match(line)
  /external/python/cpython2/Tools/unicode/
gencodec.py 37 mapRE = re.compile('((?:0x[0-9a-fA-F]+\+?)+)'
91 m = mapRE.match(line)
  /external/python/cpython3/Tools/unicode/
gencodec.py 40 mapRE = re.compile(r'((?:0x[0-9a-fA-F]+\+?)+)'
94 m = mapRE.match(line)

Completed in 587 milliseconds