Home
last modified time | relevance | path

Searched refs:fiberStart (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSString.cpp132 unsigned fiberStart = fiberEnd; in substringFromRope() local
133 fiberEnd = fiberStart + fiberString->length(); in substringFromRope()
136 unsigned copyStart = std::max(substringStart, fiberStart); in substringFromRope()
138 if (copyStart == fiberStart && copyEnd == fiberEnd) in substringFromRope()
141 …ingFiberCount++] = UString(StringImpl::create(fiberString, copyStart - fiberStart, copyEnd - copyS… in substringFromRope()