Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSString.cpp171 …return jsString(exec, m_value.substringSharingImpl(0, matchPosition), replacement, m_value.substri… in replaceCharacter()
206 builder.append(UString(string).substringSharingImpl(0, matchPosition)); in replaceCharacter()
209 builder.append(UString(string).substringSharingImpl(matchPosition + 1)); in replaceCharacter()
DFunctionPrototype.cpp79 …functionBody = makeUString(functionBody.substringSharingImpl(0, i + 1), ";", functionBody.substrin… in insertSemicolonIfNeeded()
DJSGlobalObjectFunctions.cpp267 …number = WTF::strtod(s.substringSharingImpl(firstDigitPosition, p - firstDigitPosition).utf8().dat… in parseInt()
269 …number = parseIntOverflow(s.substringSharingImpl(firstDigitPosition, p - firstDigitPosition).utf8(… in parseInt()
DJSONObject.cpp169 spaces = spaces.substringSharingImpl(0, maxGapLength); in gap()
452 m_indent = m_repeatedGap.substringSharingImpl(0, newSize); in indent()
458 m_indent = m_repeatedGap.substringSharingImpl(0, m_indent.length() - m_gap.length()); in unindent()
DUString.h110 UString substringSharingImpl(unsigned pos, unsigned len = UINT_MAX) const;
DUString.cpp206 UString UString::substringSharingImpl(unsigned offset, unsigned length) const in substringSharingImpl() function in JSC::UString
DStringPrototype.cpp467 …exec, source.substringSharingImpl(0, matchPos), substituteBackreferences(replacementString, source… in stringProtoFuncReplace()
1130 return jsString(exec, str.substringSharingImpl(left, right - left)); in trimString()
/external/webkit/Source/JavaScriptCore/parser/
DSourceProvider.h88 return m_source.substringSharingImpl(start, end - start); in getRange()
/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.h228 String substringSharingImpl(unsigned pos, unsigned len = UINT_MAX) const;
DWTFString.cpp257 String String::substringSharingImpl(unsigned offset, unsigned length) const in substringSharingImpl() function in WTF::String
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.cpp56 …result = makeUString(result.substringSharingImpl(0, pos), "\"\\\"\"", result.substringSharingImpl(… in escapeQuotes()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def322 ?substringSharingImpl@UString@JSC@@QBE?AV12@II@Z
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1615934 Rename UString::substr to substringSharingImpl, add to WTF::String.
15961 (JSC::UString::substringSharingImpl):
15964 (WTF::String::substringSharingImpl):