Searched defs:ignoreCase (Results 1 - 10 of 10) 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/v8/src/
H A Druntime.cc1683 Object* ignoreCase = args[3]; local
1684 if (!ignoreCase->IsTrue()) ignoreCase = isolate->heap()->false_value();
1698 regexp->InObjectPropertyAtPut(JSRegExp::kIgnoreCaseFieldIndex, ignoreCase);
1723 ignoreCase,
H A Dmirror-debugger.js1043 RegExpMirror.prototype.ignoreCase = function() {
1044 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/icu4c/i18n/
H A Dzstrfmt.cpp210 TextTrieMap::TextTrieMap(UBool ignoreCase) argument
211 : fIgnoreCase(ignoreCase), fNodes(NULL), fNodesCapacity(0), fNodesCount(0),
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 2805 milliseconds