Searched refs:IgnoreCase (Results 1 – 14 of 14) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Tools/ |
D | ProtoCompile.cs | 140 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/ |
D | OptTable.h | 61 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/ |
D | OptTable.cpp | 97 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__/ |
D | tests.ts | 381 ignoreCase: IgnoreCaseMode.IgnoreCase, 939 ignoreCase: IgnoreCaseMode.IgnoreCase, 955 ignoreCase: IgnoreCaseMode.IgnoreCase,
|
/third_party/css-what/src/ |
D | types.ts | 35 IgnoreCase: true,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Regex.h | 33 IgnoreCase=1, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Regex.h | 32 IgnoreCase=1, enumerator
|
D | FileCheck.h | 33 bool IgnoreCase = false; member
|
/third_party/cef/tests/ceftests/ |
D | command_line_unittest.cc | 139 TEST(CommandLineTest, IgnoreCase) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Regex.cpp | 28 if (Flags & IgnoreCase) in Regex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Regex.cpp | 32 if (Flags & IgnoreCase) in Regex()
|
D | FileCheck.cpp | 312 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()
|
D | FileCheckImpl.h | 425 bool IgnoreCase = false; variable
|
/third_party/curl/lib/ |
D | mk-ca-bundle.vbs | 316 objRegExp.IgnoreCase = TRUE ' set to ignores case.
|