Home
last modified time | relevance | path

Searched refs:CaseSensitive (Results 1 - 9 of 9) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h55 bool CaseSensitive; member
124 CaseSensitive(false), in CArcCmdLineOptions()
H A DLoadCodecs.h365 bool CaseSensitive; member in Z7_final
372 CaseSensitive(false) in CCodecs()
H A DLoadCodecs.cpp647 setCaseSensitive(CaseSensitive ? 1 : 0); in LoadDll()
H A DArchiveCommandLine.cpp1045 options.CaseSensitive = in Parse1()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dvolume.h131 #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 DVirtualFileSystem.h660 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 Dcatch.hpp487 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 DMain.cpp939 codecs->CaseSensitive = options.CaseSensitive;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp1572 if (!parseScalarBool(I.getValue(), FS->CaseSensitive)) in parse()

Completed in 19 milliseconds