Searched defs:ignoreCase (Results 1 - 18 of 18) sorted by relevance

/external/v8/test/mjsunit/
H A Dmirror-regexp.js37 'ignoreCase': all_attributes,
/external/webkit/Source/JavaScriptCore/runtime/
H A DRegExp.h44 bool ignoreCase() const { return m_flags & FlagIgnoreCase; } function in class:JSC::RegExp
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.h377 inline bool equalPossiblyIgnoringCase(const String& a, const String& b, bool ignoreCase) argument
379 return ignoreCase ? equalIgnoringCase(a, b) : (a == b);
/external/tinyxml/
H A Dtinyxmlparser.cpp515 bool ignoreCase,
528 if ( ignoreCase )
513 StringEqual( const char* p, const char* tag, bool ignoreCase, TiXmlEncoding encoding ) argument
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrPattern.cpp992 YarrPattern::YarrPattern(const UString& pattern, bool ignoreCase, bool multiline, const char** error) argument
993 : m_ignoreCase(ignoreCase)
/external/icu4c/i18n/
H A Dtznames_impl.cpp115 TextTrieMap::TextTrieMap(UBool ignoreCase, UObjectDeleter *valueDeleter) argument
116 : fIgnoreCase(ignoreCase), fNodes(NULL), fNodesCapacity(0), fNodesCount(0),
/external/v8/src/
H A Druntime.cc1794 Object* ignoreCase = args[3]; local
1795 if (!ignoreCase->IsTrue()) ignoreCase = isolate->heap()->false_value();
1811 JSRegExp::kIgnoreCaseFieldIndex, ignoreCase, SKIP_WRITE_BARRIER);
1837 ignoreCase,
H A Dmirror-debugger.js1046 RegExpMirror.prototype.ignoreCase = function() {
1047 return this.value_.ignoreCase;
/external/webkit/Source/WebCore/dom/
H A DElement.cpp627 bool ignoreCase = shouldIgnoreAttributeCase(this); local
630 if (!isStyleAttributeValid() && equalPossiblyIgnoringCase(name, styleAttr.localName(), ignoreCase))
641 if (Attribute* attribute = m_attributeMap->getAttributeItem(name, ignoreCase))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 851 milliseconds