Home
last modified time | relevance | path

Searched refs:IgnoreCase (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Tools/
DProtoCompile.cs140 options: RegexOptions.Compiled | RegexOptions.IgnoreCase,
166 options: RegexOptions.Compiled | RegexOptions.IgnoreCase,
192 options: RegexOptions.Compiled | RegexOptions.IgnoreCase,
215 options: RegexOptions.Compiled | RegexOptions.IgnoreCase,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h61 bool IgnoreCase; variable
83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp97 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() argument
98 : OptionInfos(OptionInfos), IgnoreCase(IgnoreCase) { in OptTable()
181 bool IgnoreCase) { in matchOption() argument
186 bool Matched = IgnoreCase in matchOption()
363 if ((ArgSize = matchOption(Start, Str, IgnoreCase))) in ParseOneArg()
/third_party/css-what/src/__fixtures__/
Dtests.ts381 ignoreCase: IgnoreCaseMode.IgnoreCase,
939 ignoreCase: IgnoreCaseMode.IgnoreCase,
955 ignoreCase: IgnoreCaseMode.IgnoreCase,
/third_party/css-what/src/
Dtypes.ts35 IgnoreCase: true,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DRegex.h33 IgnoreCase=1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRegex.h32 IgnoreCase=1, enumerator
DFileCheck.h33 bool IgnoreCase = false; member
/third_party/cef/tests/ceftests/
Dcommand_line_unittest.cc139 TEST(CommandLineTest, IgnoreCase) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp28 if (Flags & IgnoreCase) in Regex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRegex.cpp32 if (Flags & IgnoreCase) in Regex()
DFileCheck.cpp312 IgnoreCase = Req.IgnoreCase; in parsePattern()
614 IgnoreCase ? Buffer.find_lower(FixedStr) : Buffer.find(FixedStr); in match()
653 if (IgnoreCase) in match()
654 Flags |= Regex::IgnoreCase; in match()
DFileCheckImpl.h425 bool IgnoreCase = false; variable
/third_party/curl/lib/
Dmk-ca-bundle.vbs316 objRegExp.IgnoreCase = TRUE ' set to ignores case.