Searched refs:case_sensitive (Results 1 – 9 of 9) sorted by relevance
/external/dng_sdk/source/ |
D | dng_string.h | 107 bool case_sensitive = false); 112 bool case_sensitive = false) const; 115 bool case_sensitive = false) const; 118 bool case_sensitive = false) const; 121 bool case_sensitive = false, 126 bool case_sensitive = true); 129 bool case_sensitive = false);
|
D | dng_string.cpp | 1444 bool case_sensitive) in Matches() argument 1453 if (!case_sensitive) in Matches() 1473 bool case_sensitive) const in Matches() 1476 return dng_string::Matches (Get (), s, case_sensitive); in Matches() 1483 bool case_sensitive) const in StartsWith() 1494 if (!case_sensitive) in StartsWith() 1514 bool case_sensitive) const in EndsWith() 1534 if (!case_sensitive) in EndsWith() 1554 bool case_sensitive, in Contains() argument 1586 if (!case_sensitive) in Contains() [all …]
|
/external/opencv3/3rdparty/jinja2/ |
D | filters.py | 193 def do_dictsort(value, case_sensitive=False, by='key'): argument 219 if isinstance(value, string_types) and not case_sensitive: 227 def do_sort(environment, value, reverse=False, case_sensitive=False, argument 254 if not case_sensitive:
|
/external/ImageMagick/ |
D | Magickshr.opt | 3 case_sensitive=YES
|
/external/regex-re2/re2/ |
D | re2.h | 614 bool case_sensitive() const { return case_sensitive_; } in case_sensitive() function
|
D | re2.cc | 157 if (!case_sensitive()) in ParseFlags()
|
/external/elfutils/libdw/ |
D | known-dwarf.h | 292 DWARF_ONE_KNOWN_DW_ID (case_sensitive, DW_ID_case_sensitive) \
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 941 bool case_sensitive) in StrEqualityMatcher() argument 942 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {} in StrEqualityMatcher()
|
/external/gmock/include/gmock/ |
D | gmock-matchers.h | 1067 bool case_sensitive) 1068 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {}
|