Searched refs:substringSharingImpl (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSString.cpp | 171 …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()
|
D | FunctionPrototype.cpp | 79 …functionBody = makeUString(functionBody.substringSharingImpl(0, i + 1), ";", functionBody.substrin… in insertSemicolonIfNeeded()
|
D | JSGlobalObjectFunctions.cpp | 267 …number = WTF::strtod(s.substringSharingImpl(firstDigitPosition, p - firstDigitPosition).utf8().dat… in parseInt() 269 …number = parseIntOverflow(s.substringSharingImpl(firstDigitPosition, p - firstDigitPosition).utf8(… in parseInt()
|
D | JSONObject.cpp | 169 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()
|
D | UString.h | 110 UString substringSharingImpl(unsigned pos, unsigned len = UINT_MAX) const;
|
D | UString.cpp | 206 UString UString::substringSharingImpl(unsigned offset, unsigned length) const in substringSharingImpl() function in JSC::UString
|
D | StringPrototype.cpp | 467 …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/ |
D | SourceProvider.h | 88 return m_source.substringSharingImpl(start, end - start); in getRange()
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | WTFString.h | 228 String substringSharingImpl(unsigned pos, unsigned len = UINT_MAX) const;
|
D | WTFString.cpp | 257 String String::substringSharingImpl(unsigned offset, unsigned length) const in substringSharingImpl() function in WTF::String
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | CodeBlock.cpp | 56 …result = makeUString(result.substringSharingImpl(0, pos), "\"\\\"\"", result.substringSharingImpl(… in escapeQuotes()
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCore.def | 322 ?substringSharingImpl@UString@JSC@@QBE?AV12@II@Z
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 15934 Rename UString::substr to substringSharingImpl, add to WTF::String. 15961 (JSC::UString::substringSharingImpl): 15964 (WTF::String::substringSharingImpl):
|