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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 278 iso_char = re.compile('[\177-\377]') variable
296 if not must_quote_header and iso_char.search(line):
339 if iso_char.search(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 278 iso_char = re.compile('[\177-\377]') variable
296 if not must_quote_header and iso_char.search(line):
339 if iso_char.search(line):

Completed in 2908 milliseconds