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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 182 _percent_re = re.compile(r'%(?:\((?P<key>.*?)\))?' variable
192 match = _percent_re.match(percent)
226 percents = list(_percent_re.finditer(f))
227 new_f = _percent_re.sub('%s', f)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 182 _percent_re = re.compile(r'%(?:\((?P<key>.*?)\))?' variable
192 match = _percent_re.match(percent)
226 percents = list(_percent_re.finditer(f))
227 new_f = _percent_re.sub('%s', f)
    [all...]

Completed in 52 milliseconds