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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
markupbase.py 12 _declstringlit_match = re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match variable
118 m = _declstringlit_match(rawdata, j)
295 m = _declstringlit_match(rawdata, j)
331 m = _declstringlit_match(rawdata, j)
363 m = _declstringlit_match(rawdata, j)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
markupbase.py 12 _declstringlit_match = re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match variable
118 m = _declstringlit_match(rawdata, j)
295 m = _declstringlit_match(rawdata, j)
331 m = _declstringlit_match(rawdata, j)
363 m = _declstringlit_match(rawdata, j)

Completed in 65 milliseconds