Searched defs:caseSensitive (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/tools/libclang/
H A DBuildSystem.cpp62 int caseSensitive) {
65 unwrap(VFO)->setCaseSensitivity(caseSensitive);
61 clang_VirtualFileOverlay_setCaseSensitivity(CXVirtualFileOverlay VFO, int caseSensitive) argument
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
H A DSelectorUtils.java353 * @param caseSensitive Whether or not matching should be performed
361 boolean caseSensitive) {
386 if (different(caseSensitive, ch, strArr[i])) {
405 if (different(caseSensitive, ch, strArr[strIdxStart])) {
425 if (different(caseSensitive, ch, strArr[strIdxEnd])) {
463 if (different(caseSensitive, ch,
497 boolean caseSensitive, char ch, char other) {
498 return caseSensitive
360 match(String pattern, String str, boolean caseSensitive) argument
496 different( boolean caseSensitive, char ch, char other) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DContentSearchUtils.cpp91 PassOwnPtr<ScriptRegexp> createSearchRegex(const String& query, bool caseSensitive, bool isRegex) argument
94 return adoptPtr(new ScriptRegexp(regexSource, caseSensitive ? TextCaseSensitive : TextCaseInsensitive));
97 PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> > searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex) argument
101 OwnPtr<ScriptRegexp> regex = ContentSearchUtils::createSearchRegex(query, caseSensitive, isRegex);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontCacheSkiaWin.cpp242 bool caseSensitive = false; local
245 if (family.endsWith(entry.suffix, caseSensitive)) {
281 bool caseSensitive = false; local
284 if (family.endsWith(entry.suffix, caseSensitive)) {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPlugin.h164 virtual bool startFind(const WebString& searchText, bool caseSensitive, int identifier) { return false; } argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp394 static bool attributeValueMatches(const Attribute& attributeItem, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive) argument
402 if (caseSensitive ? selectorValue != value : !equalIgnoringCase(selectorValue, value))
413 size_t foundPos = value.find(selectorValue, startSearchAt, caseSensitive);
428 if (!value.contains(selectorValue, caseSensitive) || selectorValue.isEmpty())
432 if (!value.startsWith(selectorValue, caseSensitive) || selectorValue.isEmpty())
436 if (!value.endsWith(selectorValue, caseSensitive) || selectorValue.isEmpty())
442 if (!value.startsWith(selectorValue, caseSensitive))
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSegmentedString.h377 inline LookAheadResult lookAheadInline(const String& string, bool caseSensitive) argument
381 if (currentSubstring.startsWith(string, caseSensitive))
385 return lookAheadSlowCase(string, caseSensitive);
388 LookAheadResult lookAheadSlowCase(const String& string, bool caseSensitive) argument
397 if (consumedString.startsWith(string, caseSensitive))
/external/chromium_org/third_party/sqlite/src/src/
H A Dfunc.c1437 ** Register the built-in LIKE and GLOB functions. The caseSensitive
1441 void sqlite3RegisterLikeFunctions(sqlite3 *db, int caseSensitive){ argument
1443 if( caseSensitive ){
1454 caseSensitive ? (SQLITE_FUNC_LIKE | SQLITE_FUNC_CASE) : SQLITE_FUNC_LIKE);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp1052 bool LocalDOMWindow::find(const String& string, bool caseSensitive, bool backwards, bool wrap, bool /*wholeWord*/, bool /*searchInFrames*/, bool /*showDialog*/) const argument
1062 return m_frame->editor().findString(string, !backwards, caseSensitive, wrap, false);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp1475 ALWAYS_INLINE static bool equalInner(const StringImpl* stringImpl, unsigned startOffset, const char* matchString, unsigned matchLength, bool caseSensitive) argument
1481 if (caseSensitive) {
1496 bool StringImpl::startsWith(const char* matchString, unsigned matchLength, bool caseSensitive) const
1501 return equalInner(this, 0, matchString, matchLength, caseSensitive);
1504 bool StringImpl::endsWith(StringImpl* matchString, bool caseSensitive) argument
1509 return (caseSensitive ? find(matchString, start) : findIgnoringCase(matchString, start)) == start;
1519 bool StringImpl::endsWith(const char* matchString, unsigned matchLength, bool caseSensitive) const
1525 return equalInner(this, startOffset, matchString, matchLength, caseSensitive);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.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.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.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/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c83140 sqlite3RegisterLikeFunctions(sqlite3 *db, int caseSensitive) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c93259 sqlite3RegisterLikeFunctions(sqlite3 *db, int caseSensitive) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c93279 sqlite3RegisterLikeFunctions(sqlite3 *db, int caseSensitive) argument
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 561 milliseconds

12