Home
last modified time | relevance | path

Searched refs:insensitive (Results 1 – 25 of 190) sorted by relevance

12345678

/third_party/python/Lib/test/test_importlib/source/
Dtest_case_sensitivity.py49 sensitive, insensitive = self.sensitivity_test()
52 self.assertIsNone(insensitive)
59 sensitive, insensitive = self.sensitivity_test()
62 self.assertIsNotNone(insensitive)
63 self.assertIn(self.name, insensitive.get_filename(self.name))
/third_party/openssl/test/recipes/30-test_evp_data/
Devpcase.txt15 # These tests exercise the case insensitive handling of object names.
18 Title = Case insensitive AES tests
46 Title = Case insensitive digest tests
/third_party/node/deps/cares/src/lib/
Dares_strsplit.c25 static int list_contains(char * const *list, size_t num_elem, const char *str, int insensitive) in list_contains() argument
33 if (insensitive) in list_contains()
/third_party/boost/libs/unordered/doc/
Dhash_equality.qbk31 example, to implement a case insensitive dictionary you need to define a
32 case insensitive equality predicate and hash function:
36 Which you can then use in a case insensitive dictionary:
/third_party/e2fsprogs/tests/f_bad_fname/
Dname1 Case-insensitive directory with broken file names
/third_party/icu/tools/unicode/c/genregexcasing/
Dreadme.txt12 regular expressions for case insensitive matching.
/third_party/openssl/doc/man3/
DSSL_CONF_CTX_set1_prefix.pod31 insensitive and no prefix is the default.
/third_party/python/Doc/c-api/
Dconversion.rst120 Case insensitive comparison of strings. The function works almost
126 Case insensitive comparison of strings. The function works almost
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dstring.proto60 // If true, indicates the exact/prefix/suffix matching should be case insensitive. This has no
/third_party/boost/libs/regex/doc/
Dold_regex.qbk101 insensitive to case, otherwise it is sensitive to case. Throws
105 is insensitive to case, otherwise it is sensitive to case. Throws
114 insensitive to case, otherwise it is sensitive to case.
118 insensitive to case, otherwise it is sensitive to case. Throws
/third_party/boost/libs/xpressive/doc/
Dstatic_regexes.qbk113 Perl lets you make part of your regular expression case-insensitive by using
122 Case-insensitive regular expressions raise the issue of
123 internationalization: how should case-insensitive character comparisons be
Dtraits.qbk13 how are case-insensitive comparisons performed? The locale-sensitive behavior is captured in a trai…
/third_party/mindspore/scripts/map_dump_file_to_code/
DREADME_CN.md23 --dump_op(-o) [Dump operator id, case insensitive, such as 'op954'.](required)
/third_party/python/
D.gitignore149 # Two-trick pony for OSX and other case insensitive file systems:
/third_party/icu/docs/userguide/strings/
Dregexp.md199 …ortion of the pattern following the setting. For example, (?i) changes to a case insensitive match.
219 Case insensitive matching is specified by the UREGEX_CASE_INSENSITIVE flag
221 case insensitive matching is complicated by the fact that changing the case of a
225 Full case-insensitive matching handles situations where the number of characters
228 Simple case insensitive matching operates one character at a time on the strings
266 | i | UREGEX_CASE_INSENSITIVE | If set, matching will take place in a case-insensitive manner.
498 * ICU case insensitive matching works with all Unicode characters, and, within
/third_party/boost/boost/xpressive/detail/utility/chset/
Dbasic_chset.ipp56 inline bool basic_chset<Char>::test(Char v, Traits const &tr, mpl::true_) const // case-insensitive
233 …e bool basic_chset_8bit<Char>::test(Char v, Traits const &tr, mpl::true_) const // case-insensitive
/third_party/icu/docs/userguide/collation/
Dindex.md141 API which can be used, for example, for case-insensitive or accent-insensitive
/third_party/libxml2/os400/iconv/
DREADME.iconv18 - All IANA character set names are recognized in a coding- and case-insensitive
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DlangtagRegex.txt84 $root = (?i) # case-insensitive
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/translit/
DlangtagRegex.txt83 $root = (?i) # case-insensitive
/third_party/node/deps/npm/node_modules/mime-types/
DHISTORY.md147 * Fix `.charset(type)` to match case-insensitive
/third_party/python/Doc/library/
Dstringprep.rst17 should be case-insensitive or not. It may be also necessary to restrict the
/third_party/skia/third_party/externals/icu/source/data/mappings/
Dconvrtrs.txt41 # Except for the converter name, aliases are case insensitive.
100 # Name matching is case-insensitive. Also, dashes '-', underscores '_'
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/
Dconvrtrs.txt41 # Except for the converter name, aliases are case insensitive.
100 # Name matching is case-insensitive. Also, dashes '-', underscores '_'
/third_party/libsoup/libsoup/
Dsoup-uri.c651 parts_equal (const char *one, const char *two, gboolean insensitive) in parts_equal() argument
657 return insensitive ? !g_ascii_strcasecmp (one, two) : !strcmp (one, two); in parts_equal()

12345678