Home
last modified time | relevance | path

Searched defs:casefold (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/
Dbase64.py201 def _b32decode(alphabet, s, casefold=False, map01=None): argument
252 def b32decode(s, casefold=False, map01=None): argument
261 def b32hexdecode(s, casefold=False): argument
277 def b16decode(s, casefold=False): argument
Dpathlib.py186 def casefold(self, s): member in _WindowsFlavour
254 def casefold(self, s): member in _PosixFlavour
/third_party/musl/src/regex/
Dfnmatch.c101 static int casefold(int k) in casefold() function
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2712 String casefold = UCharacter.foldCase(s, true); in TestCasing() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java2715 String casefold = UCharacter.foldCase(s, true); in TestCasing() local
/third_party/python/Lib/collections/
D__init__.py1401 def casefold(self): member in UserString
/third_party/f2fs-tools/include/
Df2fs_fs.h1782 int (*casefold)(const struct f2fs_nls_table *charset, member