Searched refs:CaseSensitive (Results 1 - 9 of 9) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveCommandLine.h | 55 bool CaseSensitive;
member 124 CaseSensitive(false),
in CArcCmdLineOptions()
|
H A D | LoadCodecs.h | 365 bool CaseSensitive;
member in Z7_final 372 CaseSensitive(false)
in CCodecs()
|
H A D | LoadCodecs.cpp | 647 setCaseSensitive(CaseSensitive ? 1 : 0);
in LoadDll()
|
H A D | ArchiveCommandLine.cpp | 1045 options.CaseSensitive =
in Parse1()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | volume.h | 131 #define NVolCaseSensitive(nv) test_nvol_flag(nv, CaseSensitive) 132 #define NVolSetCaseSensitive(nv) set_nvol_flag(nv, CaseSensitive) 133 #define NVolClearCaseSensitive(nv) clear_nvol_flag(nv, CaseSensitive)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 660 if ((CaseSensitive ? lhs.equals(rhs) : lhs.equals_lower(rhs))) in pathComponentMatches() 688 bool CaseSensitive = member in llvm::vfs::RedirectingFileSystem 789 void setCaseSensitivity(bool CaseSensitive) { in setCaseSensitivity() argument 790 IsCaseSensitive = CaseSensitive; in setCaseSensitivity()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 487 struct CaseSensitive { enum Choice { struct 3541 CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity ); 3545 CaseSensitive::Choice m_caseSensitivity; 3575 RegexMatcher( std::string regex, CaseSensitive::Choice caseSensitivity ); 3581 CaseSensitive::Choice m_caseSensitivity; 3589 StdString::EqualsMatcher Equals( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ); 3590 StdString::ContainsMatcher Contains( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ); 3591 StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive [all...] |
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 939 codecs->CaseSensitive = options.CaseSensitive;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1572 if (!parseScalarBool(I.getValue(), FS->CaseSensitive)) in parse()
|
Completed in 19 milliseconds