/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
TransliteratorTest.java | 2685 String casefold = UCharacter.foldCase(s, true); local [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | 2681 String casefold = UCharacter.foldCase(s, true); local [all...] |