Searched refs:endsWith (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSyscallPolicy.cpp42 if (path.endsWith('/'))
104 ASSERT(!path.isEmpty() && path.startsWith('/') && !path.endsWith('/') && !path.contains("//"));
111 ASSERT(path.startsWith('/') && !path.contains("//") && (path.length() == 1 || !path.endsWith('/')));
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DAtomicString.h136 bool endsWith(const String& s, bool caseSensitive = true) const function in class:WTF::AtomicString
137 { return m_string.endsWith(s, caseSensitive); }
138 bool endsWith(UChar character) const function in class:WTF::AtomicString
139 { return m_string.endsWith(character); }
141 bool endsWith(const char (&prefix)[matchLength], bool caseSensitive = true) const function in class:WTF::AtomicString
142 { return m_string.endsWith<matchLength>(prefix, caseSensitive); }
H A DWTFString.h272 bool endsWith(const String& s, bool caseSensitive = true) const function in class:WTF::String
273 { return m_impl ? m_impl->endsWith(s.impl(), caseSensitive) : s.isEmpty(); }
274 bool endsWith(UChar character) const function in class:WTF::String
275 { return m_impl ? m_impl->endsWith(character) : false; }
276 bool endsWith(char character) const { return endsWith(static_cast<UChar>(character)); } function in class:WTF::String
278 bool endsWith(const char (&prefix)[matchLength], bool caseSensitive = true) const function in class:WTF::String
279 { return m_impl ? m_impl->endsWith<matchLength>(prefix, caseSensitive) : !matchLength; }
H A DStringImpl.h676 WTF_EXPORT_STRING_API bool endsWith(StringImpl*, bool caseSensitive = true);
677 WTF_EXPORT_STRING_API bool endsWith(UChar) const;
678 WTF_EXPORT_STRING_API bool endsWith(const char*, unsigned matchLength, bool caseSensitive) const;
680 bool endsWith(const char (&prefix)[matchLength], bool caseSensitive = true) const { return endsWith(prefix, matchLength - 1, caseSensitive); }
H A DStringImpl.cpp1402 bool StringImpl::endsWith(StringImpl* matchString, bool caseSensitive) function in class:WTF::StringImpl
1412 bool StringImpl::endsWith(UChar character) const function in class:WTF::StringImpl
1417 bool StringImpl::endsWith(const char* matchString, unsigned matchLength, bool caseSensitive) const function in class:WTF::StringImpl
/macosx-10.10.1/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DTestUtils.java107 if(remainingfiles[i].startsWith("log") || remainingfiles[i].endsWith("db2") ||
108 remainingfiles[i].endsWith("log") || remainingfiles[i].startsWith("__db")) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPluginInfoStore.cpp158 if (!filename.endsWith('/')) {
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dunistr.h860 inline UBool endsWith(const UnicodeString& text) const;
872 inline UBool endsWith(const UnicodeString& srcText,
884 inline UBool endsWith(const UChar *srcChars,
897 inline UBool endsWith(const UChar *srcChars,
4081 UnicodeString::endsWith(const UnicodeString& text) const function in class:UnicodeString
4086 UnicodeString::endsWith(const UnicodeString& srcText, function in class:UnicodeString
4095 UnicodeString::endsWith(const UChar *srcChars, function in class:UnicodeString
4105 UnicodeString::endsWith(const UChar *srcChars, function in class:UnicodeString
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dunistr.h801 inline UBool endsWith(const UnicodeString& text) const;
813 inline UBool endsWith(const UnicodeString& srcText,
825 inline UBool endsWith(const UChar *srcChars,
838 inline UBool endsWith(const UChar *srcChars,
3946 UnicodeString::endsWith(const UnicodeString& text) const function in class:UnicodeString
3951 UnicodeString::endsWith(const UnicodeString& srcText, function in class:UnicodeString
3960 UnicodeString::endsWith(const UChar *srcChars, function in class:UnicodeString
3970 UnicodeString::endsWith(const UChar *srcChars, function in class:UnicodeString
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Launcher/mac/
H A DDynamicLinkerEnvironmentExtractor.mm84 if (!name.startsWith("DYLD_") || !name.endsWith("_PATH"))
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DClassEnhancer.java246 } else if (file.getName().endsWith(".class")) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Storage/
H A DLocalStorageDatabaseTracker.cpp234 if (!path.endsWith(".localstorage"))
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dustrtest.cpp951 if (test1.endsWith(test2)) {
952 errln("endsWith() failed: \"" + test2 + "\" shouldn't be a suffix of \"" + test1 + "\".");
955 if (!test1.endsWith(test3)) {
956 errln("endsWith(test3) failed: \"" + test3 + "\" should be a suffix of \"" + test1 + "\".");
958 if (!test1.endsWith(test3, 0, INT32_MAX)) {
959 errln("endsWith(test3, 0, INT32_MAX) failed: \"" + test3 + "\" should be a suffix of \"" + test1 + "\".");
962 if(!test1.endsWith(test3.getBuffer(), test3.length())) {
963 errln("endsWith(test3.getBuffer(), test3.length()) failed: \"" + test3 + "\" should be a suffix of \"" + test1 + "\".");
965 if(!test1.endsWith(test3.getTerminatedBuffer(), 0, -1)) {
966 errln("endsWith(test
[all...]
H A Dmsfmrgts.cpp896 !out.endsWith(SUFFIX[i]))
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPageProxyMac.mm586 if (!suggestedFilename.endsWith(".pdf", false)) {
629 if (!pdfFilename.endsWith(".pdf", false))
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dnfsubs.cpp273 if (desc.endsWith(LTLT, 2)) {
288 withZeros = description.endsWith(LTLT, 2);
H A Dnfrs.cpp172 if ( name.endsWith(gNoparse,8) ) {
H A Dcollationruleparser.cpp796 if(raw.endsWith(&sp, 1)) { // remove trailing space
H A Dcollationdatabuilder.cpp1398 (length==0 || prefix.endsWith(cond->context, 1, length))) {
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebDownloadCFNet.cpp199 if (m_bundlePath.endsWith(DownloadBundle::fileExtension(), false)) {
/macosx-10.10.1/ICU-531.30/icuSources/extra/uconv/
H A Duconv.cpp438 if (prev.endsWith(paraEnds + iCR, 1)) {
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp646 if (shouldUsePDFPlugin() && (MIMETypeRegistry::isPDFOrPostScriptMIMEType(parameters.mimeType) || (parameters.mimeType.isEmpty() && (path.endsWith(".pdf", false) || path.endsWith(".ps", false))))) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp4890 if (!suggestedFilename.endsWith(".pdf", false))

Completed in 504 milliseconds