/third_party/python/Lib/ |
D | base64.py | 201 def _b32decode(alphabet, s, casefold=False, map01=None): argument 217 if casefold: 252 def b32decode(s, casefold=False, map01=None): argument 253 return _b32decode(_b32alphabet, s, casefold, map01) 261 def b32hexdecode(s, casefold=False): argument 263 return _b32decode(_b32hexalphabet, s, casefold) 277 def b16decode(s, casefold=False): argument 288 if casefold:
|
D | pathlib.py | 103 if drv2 == drv or self.casefold(drv2) == self.casefold(drv): 186 def casefold(self, s): member in _WindowsFlavour 254 def casefold(self, s): member in _PosixFlavour 894 cf = self._flavour.casefold
|
/third_party/e2fsprogs/tests/f_bad_disconnected_inode/ |
D | expect.1 | 5 Inode 9 has the casefold flag set but is not a directory. Clear flag? yes 7 Inode 14 has the casefold flag set but is not a directory. Clear flag? yes 15 Inode 16 has the casefold flag set but is not a directory. Clear flag? yes
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.45.4.txt | 12 E2fsck now checks to make sure the casefold flag is only set on 13 directories, and only when the casefold feature is enabled. 33 the documentation for the casefold and encrypt features.
|
D | v1.45.1.txt | 12 Finalize the casefold support so it is synchronized with what we 15 the ext4 feature name also changed from fname_encoding to casefold. 16 Add support for casefold to dumpe2fs and debugfs. 62 Fixed various casefold bugs.
|
D | v1.45.0.txt | 27 casefold attribute flag.
|
D | v1.45.7.txt | 18 Add support for the simultaneous enablement of the casefold and
|
D | v1.46.0.txt | 23 encryption and the casefold feature enabled. This is used in some
|
/third_party/glib/glib/ |
D | gdate.c | 1008 gchar *casefold; in g_date_fill_parse_tokens() local 1011 casefold = g_utf8_casefold (str, -1); in g_date_fill_parse_tokens() 1012 normalized = g_utf8_normalize (casefold, -1, G_NORMALIZE_ALL); in g_date_fill_parse_tokens() 1013 g_free (casefold); in g_date_fill_parse_tokens() 1083 gchar *casefold; in g_date_prepare_to_parse() local 1091 casefold = g_utf8_casefold (buf, -1); in g_date_prepare_to_parse() 1093 short_month_names[i] = g_utf8_normalize (casefold, -1, G_NORMALIZE_ALL); in g_date_prepare_to_parse() 1094 g_free (casefold); in g_date_prepare_to_parse() 1097 casefold = g_utf8_casefold (buf, -1); in g_date_prepare_to_parse() 1099 long_month_names[i] = g_utf8_normalize (casefold, -1, G_NORMALIZE_ALL); in g_date_prepare_to_parse() [all …]
|
D | gen-unicode-tables.pl | 450 my @casefold; 510 push @casefold, [ $code, &escape ($string) ]; 1386 @casefold = sort { $a->[0] <=> $b->[0] } @casefold; 1388 for $case (@casefold) 1407 printf "Generated %d bytes for casefold table\n", $recordlen * @casefold;
|
/third_party/musl/src/regex/ |
D | fnmatch.c | 101 static int casefold(int k) in casefold() function 188 kfold = flags & FNM_CASEFOLD ? casefold(k) : k; in fnmatch_internal() 249 kfold = flags & FNM_CASEFOLD ? casefold(k) : k; in fnmatch_internal() 278 kfold = flags & FNM_CASEFOLD ? casefold(k) : k; in fnmatch_internal()
|
/third_party/python/Lib/test/test_importlib/ |
D | test_windows.py | 143 if expected.casefold() == actual.casefold():
|
/third_party/python/Doc/library/ |
D | base64.rst | 118 .. function:: b32decode(s, casefold=False, map01=None) 123 Optional *casefold* is a flag specifying 147 .. function:: b32hexdecode(s, casefold=False) 166 .. function:: b16decode(s, casefold=False) 171 Optional *casefold* is a flag specifying whether a
|
/third_party/glib/tests/ |
D | casefold.txt | 2 # by gen-casefold-txt.py. Do not edit.
|
D | meson.build | 91 'casefold.txt',
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | ext2fsP.h | 104 int (*casefold)(const struct ext2fs_nls_table *charset, member
|
D | dirhash.c | 290 dlen = charset->ops->casefold(charset, in ext2fs_dirhash2()
|
/third_party/python/Lib/test/ |
D | test_base64.py | 396 for to_decode, expected, casefold in test_cases: 397 with self.subTest(to_decode=to_decode, casefold=casefold): 398 self.assertEqual(base64.b32hexdecode(to_decode, casefold), 401 casefold), expected)
|
D | test_unicode.py | 825 self.assertEqual('hello'.casefold(), 'hello') 826 self.assertEqual('hELlo'.casefold(), 'hello') 827 self.assertEqual('ß'.casefold(), 'ss') 828 self.assertEqual('fi'.casefold(), 'fi') 829 self.assertEqual('\u03a3'.casefold(), '\u03c3') 830 self.assertEqual('A\u0345\u03a3'.casefold(), 'a\u03b9\u03c3') 831 self.assertEqual('\u00b5'.casefold(), '\u03bc') 974 '\U00010000\U00100000'.casefold()
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | tokenize.py | 53 x + y for x in l for y in l + ("",) if x.casefold() != y.casefold()
|
/third_party/e2fsprogs/e2fsck/ |
D | rehash.c | 244 int casefold; member 251 if (!cmp_ctx->casefold) in same_name() 328 if (ctx->casefold) in hash_cmp() 1022 name_cmp_ctx.casefold = 1; in e2fsck_rehash_dir()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | registry_xml.py | 259 unidiff = difflib.unified_diff(l, sorted(l, key=str.casefold), 'unsorted', 'sorted')
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | keyTypeData.txt | 477 casefold{""}
|
/third_party/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 477 casefold{""}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | keyTypeData.txt | 474 casefold{""}
|