Searched refs:joinStrings (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSStringJoiner.cpp76 static inline PassRefPtr<StringImpl> joinStrings(const Vector<String>& strings, const String& separator, unsigned outputLength) function in namespace:JSC
106 // FIXME: add special cases of joinStrings() for (separatorLength == 0) and (separatorLength == 1).
120 outputStringImpl = joinStrings<LChar>(m_strings, m_separator, finalSize);
122 outputStringImpl = joinStrings<UChar>(m_strings, m_separator, finalSize);
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocket.cpp111 static String joinStrings(const Vector<String>& strings, const char* separator) function in namespace:WebCore
287 protocolString = joinStrings(protocols, subProtocolSeperator());

Completed in 218 milliseconds