Home
last modified time | relevance | path

Searched defs:ignoreCase (Results 1 – 25 of 31) sorted by relevance

12

/third_party/css-what/src/__fixtures__/
Dout.json12 "ignoreCase": "quirks" string
32 "ignoreCase": "quirks" string
52 "ignoreCase": "quirks" string
72 "ignoreCase": "quirks" string
93 "ignoreCase": "quirks" string
131 "ignoreCase": "quirks" string
143 "ignoreCase": "quirks" string
163 "ignoreCase": "quirks" string
183 "ignoreCase": "quirks" string
203 "ignoreCase": "quirks" string
[all …]
Dtests.ts176 ignoreCase: IgnoreCaseMode.QuirksMode, constant
192 ignoreCase: IgnoreCaseMode.QuirksMode, constant
939 ignoreCase: IgnoreCaseMode.IgnoreCase, constant
955 ignoreCase: IgnoreCaseMode.IgnoreCase, constant
971 ignoreCase: IgnoreCaseMode.CaseSensitive, constant
/third_party/jerryscript/tests/jerry/es5.1/
Dbuiltin-prototypes.js53 RegExp.prototype.ignoreCase = true; method in RegExp
62 delete RegExp.prototype.ignoreCase; method in delete
/third_party/jerryscript/tests/jerry/es2015/
Dbuiltin-prototypes.js92 RegExp.prototype.ignoreCase; method in RegExp
/third_party/css-what/src/
Dparse.ts384 let ignoreCase: boolean | null = null; variable
458 ignoreCase, constant
Dtypes.ts44 ignoreCase: "quirks" | boolean | null; property
/third_party/typescript/tests/arkTSTest/
Dignorecase.json2 "ignoreCase":["testcase/arkts-shared-module-exports/@arkts.lang.d.ets", array
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTextTrieMap.java43 public TextTrieMap(boolean ignoreCase) { in TextTrieMap()
138 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTextTrieMap.java38 public TextTrieMap(boolean ignoreCase) { in TextTrieMap()
130 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator()
/third_party/node/deps/icu-small/source/i18n/
Dstring_segment.cpp21 StringSegment::StringSegment(const UnicodeString& str, bool ignoreCase) in StringSegment()
Dtznames_impl.cpp186 TextTrieMap::TextTrieMap(UBool ignoreCase, UObjectDeleter *valueDeleter) in TextTrieMap()
/third_party/skia/third_party/externals/icu/source/i18n/
Dstring_segment.cpp21 StringSegment::StringSegment(const UnicodeString& str, bool ignoreCase) in StringSegment()
Dtznames_impl.cpp176 TextTrieMap::TextTrieMap(UBool ignoreCase, UObjectDeleter *valueDeleter) in TextTrieMap()
/third_party/icu/icu4c/source/i18n/
Dstring_segment.cpp21 StringSegment::StringSegment(const UnicodeString& str, bool ignoreCase) in StringSegment()
Dtznames_impl.cpp186 TextTrieMap::TextTrieMap(UBool ignoreCase, UObjectDeleter *valueDeleter) in TextTrieMap()
/third_party/jsframework/runtime/main/model/
Dselector.ts36 ignoreCase?: boolean; property
/third_party/node/test/parallel/
Dtest-primordials-regexp.js64 ignoreCase: { property
/third_party/typescript/src/services/
DstringCompletions.ts444 const ignoreCase = !(host.useCaseSensitiveFileNames && host.useCaseSensitiveFileNames()); constant
507 const ignoreCase = !(host.useCaseSensitiveFileNames && host.useCaseSensitiveFileNames()); constant
/third_party/lame/ACM/tinyxml/
Dtinyxmlparser.cpp147 bool ignoreCase ) in StringEqual()
/third_party/typescript/src/testRunner/
DprojectsRunner.ts210 const ignoreCase = this.vfs.ignoreCase; constant
/third_party/typescript/src/compiler/
Dpath.ts813 …const ignoreCase = typeof getCanonicalFileNameOrIgnoreCase === "boolean" ? getCanonicalFileNameOrI… constant
/third_party/node/lib/internal/per_context/
Dprimordials.js689 ignoreCase: { property
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp536 bool ignoreCase, in StringEqual()
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts847 ignoreCase: boolean; property
/third_party/typescript/src/harness/
DvfsUtil.ts45 public readonly ignoreCase: boolean; property in vfs.FileSystem

12