Home
last modified time | relevance | path

Searched refs:CaseSensitive (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
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/css-what/src/
Dtypes.ts36 CaseSensitive: false, constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h660 if ((CaseSensitive ? lhs.equals(rhs) : lhs.equals_lower(rhs))) in pathComponentMatches()
688 bool CaseSensitive = variable
789 void setCaseSensitivity(bool CaseSensitive) { in setCaseSensitivity() argument
790 IsCaseSensitive = CaseSensitive; in setCaseSensitivity()
/third_party/css-what/src/__fixtures__/
Dtests.ts971 ignoreCase: IgnoreCaseMode.CaseSensitive,
/third_party/cJSON/
DREADME.md561 … want the correct, standard compliant, behavior, you need to use the `CaseSensitive` functions whe…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1572 if (!parseScalarBool(I.getValue(), FS->CaseSensitive)) in parse()