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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
base64.py 179 def b32decode(s, casefold=False, map01=None):
182 s is the string to decode. Optional casefold is a flag specifying whether
206 if casefold:
262 def b16decode(s, casefold=False):
265 s is the string to decode. Optional casefold is a flag specifying whether
273 if casefold:
mhlib.py 908 def pickline(file, key, casefold = 1):
914 prog = re.compile(pat, casefold and re.IGNORECASE)
928 def updateline(file, key, value, casefold = 1):
936 prog = re.compile(pat, casefold and re.IGNORECASE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py 179 def b32decode(s, casefold=False, map01=None):
182 s is the string to decode. Optional casefold is a flag specifying whether
206 if casefold:
262 def b16decode(s, casefold=False):
265 s is the string to decode. Optional casefold is a flag specifying whether
273 if casefold:
mhlib.py 908 def pickline(file, key, casefold = 1):
914 prog = re.compile(pat, casefold and re.IGNORECASE)
928 def updateline(file, key, value, casefold = 1):
936 prog = re.compile(pat, casefold and re.IGNORECASE)
    [all...]

Completed in 232 milliseconds