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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 48 cdataclose = re.compile(r'\]\]>') variable
394 if cdataclose.match(rawdata, i):
496 res = cdataclose.search(rawdata, i+9)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 48 cdataclose = re.compile(r'\]\]>') variable
394 if cdataclose.match(rawdata, i):
496 res = cdataclose.search(rawdata, i+9)
    [all...]

Completed in 314 milliseconds