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

  /external/fonttools/Lib/fontTools/
afmLib.py 12 identifierRE = re.compile("^([A-Za-z]+).*")
114 m = identifierRE.match(line)
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 731 identifierRE = re.compile(r"[_a-zA-z][_a-zA-Z0-9]*$")
735 if identifierRE.match(head) is None:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 731 identifierRE = re.compile(r"[_a-zA-z][_a-zA-Z0-9]*$")
735 if identifierRE.match(head) is None:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 731 identifierRE = re.compile(r"[_a-zA-z][_a-zA-Z0-9]*$")
735 if identifierRE.match(head) is None:
    [all...]

Completed in 67 milliseconds