Home
last modified time | relevance | path

Searched defs:ropeLength (Results 1 – 6 of 6) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DOperations.h45 unsigned ropeLength = s1->ropeLength() + s2->ropeLength(); in jsString() local
63 unsigned ropeLength = 1 + s2->ropeLength(); in jsString() local
81 unsigned ropeLength = s1->ropeLength() + 1; in jsString() local
101 unsigned ropeLength = 0; in jsString() local
133 unsigned ropeLength = 0; in jsString() local
H A DJSString.h124 static PassRefPtr<Rope> createOrNull(unsigned ropeLength) in createOrNull()
155 unsigned ropeLength() { return m_ropeLength; } in ropeLength() function
160 Rope(unsigned ropeLength) : m_ropeLength(ropeLength), m_stringLength(0) {} in Rope()
201 JSString(JSGlobalData* globalData, unsigned ropeLength, JSString* s1, JSString* s2) in JSString()
214 JSString(JSGlobalData* globalData, unsigned ropeLength, JSString* s1, const UString& u2) in JSString()
227 JSString(JSGlobalData* globalData, unsigned ropeLength, const UString& u1, JSString* s2) in JSString()
366 unsigned ropeLength() { return m_ropeLength ? m_ropeLength : 1; } in ropeLength() function
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DOperations.h45 unsigned ropeLength = s1->ropeLength() + s2->ropeLength(); in jsString() local
63 unsigned ropeLength = 1 + s2->ropeLength(); in jsString() local
81 unsigned ropeLength = s1->ropeLength() + 1; in jsString() local
101 unsigned ropeLength = 0; in jsString() local
133 unsigned ropeLength = 0; in jsString() local
H A DJSString.h124 static PassRefPtr<Rope> createOrNull(unsigned ropeLength) in createOrNull()
155 unsigned ropeLength() { return m_ropeLength; } in ropeLength() function
160 Rope(unsigned ropeLength) : m_ropeLength(ropeLength), m_stringLength(0) {} in Rope()
201 JSString(JSGlobalData* globalData, unsigned ropeLength, JSString* s1, JSString* s2) in JSString()
214 JSString(JSGlobalData* globalData, unsigned ropeLength, JSString* s1, const UString& u2) in JSString()
227 JSString(JSGlobalData* globalData, unsigned ropeLength, const UString& u1, JSString* s2) in JSString()
366 unsigned ropeLength() { return m_ropeLength ? m_ropeLength : 1; } in ropeLength() function
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DOperations.h45 unsigned ropeLength = s1->ropeLength() + s2->ropeLength(); in jsString() local
63 unsigned ropeLength = 1 + s2->ropeLength(); in jsString() local
81 unsigned ropeLength = s1->ropeLength() + 1; in jsString() local
101 unsigned ropeLength = 0; in jsString() local
133 unsigned ropeLength = 0; in jsString() local
H A DJSString.h124 static PassRefPtr<Rope> createOrNull(unsigned ropeLength) in createOrNull()
155 unsigned ropeLength() { return m_ropeLength; } in ropeLength() function
160 Rope(unsigned ropeLength) : m_ropeLength(ropeLength), m_stringLength(0) {} in Rope()
201 JSString(JSGlobalData* globalData, unsigned ropeLength, JSString* s1, JSString* s2) in JSString()
214 JSString(JSGlobalData* globalData, unsigned ropeLength, JSString* s1, const UString& u2) in JSString()
227 JSString(JSGlobalData* globalData, unsigned ropeLength, const UString& u1, JSString* s2) in JSString()
366 unsigned ropeLength() { return m_ropeLength ? m_ropeLength : 1; } in ropeLength() function