Home
last modified time | relevance | path

Searched refs:casefold (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
Dbase64.py184 def b32decode(s, casefold=False, map01=None): argument
211 if casefold:
266 def b16decode(s, casefold=False): argument
277 if casefold:
Dmhlib.py908 def pickline(file, key, casefold = 1): argument
914 prog = re.compile(pat, casefold and re.IGNORECASE)
928 def updateline(file, key, value, casefold = 1): argument
936 prog = re.compile(pat, casefold and re.IGNORECASE)
/external/python/cpython2/Doc/library/
Dbase64.rst85 .. function:: b32decode(s[, casefold[, map01]])
89 *s* is the string to decode. Optional *casefold* is a flag specifying whether a
112 .. function:: b16decode(s[, casefold])
116 *s* is the string to decode. Optional *casefold* is a flag specifying whether a
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt466 casefold{""}
/external/python/cpython2/Tools/faqwiz/
Dfaqwiz.py445 if self.ui.casefold == 'no':
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java2753 String casefold = UCharacter.foldCase(s, true); in TestCasing() local
2754 assertEquals("Casefold", casefold, toCasefold.transform(s)); in TestCasing()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2752 String casefold = UCharacter.foldCase(s, true); in TestCasing() local
2753 assertEquals("Casefold", casefold, toCasefold.transform(s)); in TestCasing()
/external/python/cpython2/Misc/
DHISTORY16312 argument; a variable casefold is added to the module which can be used