Searched refs:resultString (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/xml/
H A DXSLTProcessor.cpp129 String resultString; local
131 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
133 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
139 String resultString; local
146 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
148 return createFragmentFromSource(resultString, resultMIMEType, outputDoc);
H A DXSLTProcessorQt.cpp114 bool XSLTProcessor::transformToString(Node* sourceNode, String&, String& resultString, String&) argument
170 resultString = QString::fromUtf8(outputBuffer.readAll()).trimmed();
H A DXSLTProcessor.h50 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
H A DXSLTProcessorLibxslt.cpp192 static bool saveResultToString(xmlDocPtr resultDoc, xsltStylesheetPtr sheet, String& resultString) argument
211 resultString = String::adopt(resultVector);
300 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding) argument
356 if ((success = saveResultToString(resultDoc, sheet, resultString))) {
/external/webkit/Source/WebCore/plugins/
H A DPluginStream.cpp394 void PluginStream::sendJavaScriptStream(const KURL& requestURL, const CString& resultString) argument
396 didReceiveResponse(0, ResourceResponse(requestURL, "text/plain", resultString.length(), "", ""));
401 if (!resultString.isNull()) {
402 didReceiveData(0, resultString.data(), resultString.length());
409 destroyStream(resultString.isNull() ? NPRES_NETWORK_ERR : NPRES_DONE);
H A DPluginStream.h73 void sendJavaScriptStream(const KURL& requestURL, const WTF::CString& resultString);
H A DPluginDatabase.cpp504 static bool readUTF8String(String& resultString, char*& start, const char* end) argument
510 resultString = String::fromUTF8(start, len);
H A DPluginView.cpp501 String resultString; local
509 if (result.getString(scriptState, resultString))
510 cstr = resultString.utf8();
/external/webkit/Source/WebCore/platform/text/mac/
H A DTextCodecMac.cpp267 String resultString = String::adopt(result); local
274 resultString.replace(0xE5E5, ideographicSpace);
276 return resultString;
/external/webkit/Source/WebKit2/Shared/mac/
H A DArgumentCodersMac.mm200 RetainPtr<NSMutableAttributedString> resultString(AdoptNS, [[NSMutableAttributedString alloc] initWithString:plainString.get()]);
222 [resultString.get() addAttributes:attributes.get() range:NSMakeRange(rangeLocation, rangeLength)];
225 result.adoptCF(resultString.leakRef());
/external/webkit/Source/WebCore/storage/
H A DAbstractDatabase.cpp49 static bool retrieveTextResultFromDatabase(SQLiteDatabase& db, const String& query, String& resultString) argument
61 resultString = statement.getColumnText(0);
65 resultString = String();
/external/icu4c/common/
H A Ducase.c1244 const UChar *resultString; local
1277 return (UBool)(ucase_toFullLower(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1280 return (UBool)(ucase_toFullUpper(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1283 return (UBool)(ucase_toFullTitle(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1288 ucase_toFullLower(csp, c, NULL, NULL, &resultString, "", &locCache)>=0 ||
1289 ucase_toFullUpper(csp, c, NULL, NULL, &resultString, "", &locCache)>=0 ||
1290 ucase_toFullTitle(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
H A Duprops.cpp133 const UChar *resultString; local
134 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp331 String resultString = String::adopt(result); local
336 resultString.replace(0xE5E5, ideographicSpace);
338 return resultString;
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp722 BSTR resultString = 0; local
729 resultString = SysAllocStringLen(result.data(), result.size());
749 framePrivate->renderTreeAsExternalRepresentation(gLayoutTestController->isPrinting(), &resultString);
752 if (!resultString)
755 unsigned stringLength = SysStringLen(resultString);
756 int bufferSize = ::WideCharToMultiByte(CP_UTF8, 0, resultString, stringLength, 0, 0, 0, 0);
758 ::WideCharToMultiByte(CP_UTF8, 0, resultString, stringLength, buffer, bufferSize + 1, 0, 0);
785 SysFreeString(resultString);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestResultsGenerator.java608 String resultString = source.substring(0, replaceIndex);
609 resultString = resultString + replacement;
610 resultString =
611 resultString
613 return resultString;
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm941 NSString *resultString = nil;
953 resultString = dumpFramesAsText(mainFrame);
959 resultString = HardAutorelease(createXMLStringFromWebArchiveData((CFDataRef)[webArchive data]));
963 resultString = HardAutorelease(createXMLStringFromWebArchiveData((CFDataRef)[webArchive data]));
967 resultString = [mainFrame renderTreeAsExternalRepresentationForPrinting:gLayoutTestController->isPrinting()];
970 if (resultString && !resultData)
971 resultData = [resultString dataUsingEncoding:NSUTF8StringEncoding];
/external/icu4c/test/intltest/
H A Dconvtest.cpp1141 char *s, *bytesString, *unicodeString, *resultString, local
1148 s=printUnicode(result, resultLength, resultString=s);
1171 resultString, resultLength,
1592 char *s, *unicodeString, *bytesString, *resultString, local
1599 s=printBytes(result, resultLength, resultString=s);
1622 resultString, resultLength,
H A Dregextst.cpp4137 UnicodeString resultString; local
4152 resultString.append(testMat->group(status));
4169 ICU_Utility::appendNumber(resultString, matchPosition);
4180 resultString.append(testMat->group(groupNum, status));
4190 resultString.append(" ");
4192 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
4201 resultString.append(" ");
4203 ICU_Utility::appendNumber(resultString, testMat->end(i, status));
4218 resultString.append(c);
4226 resultString
4532 UnicodeString resultString; local
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp1297 String resultString = m_mainFrame->contentsAsString(); local
1298 send(Messages::WebPageProxy::StringCallback(resultString, callbackID));
1303 String resultString = renderTreeExternalRepresentation(); local
1304 send(Messages::WebPageProxy::StringCallback(resultString, callbackID));
1309 String resultString = m_mainFrame->selectionAsString(); local
1310 if (resultString.isEmpty())
1311 resultString = m_mainFrame->contentsAsString();
1312 send(Messages::WebPageProxy::StringCallback(resultString, callbackID));
1317 String resultString; local
1319 resultString
[all...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp750 String resultString; local
751 result.getString(scriptState, resultString);
755 if (resultString.isNull())
763 plugin->didEvaluateJavaScript(request->requestID(), decodeURLEscapeSequences(request->request().url()), resultString);
/external/webkit/Source/WebCore/inspector/front-end/
H A DStylesSidebarPane.js1757 var resultString = result.toString(16).toUpperCase();
1758 for (var i = 0, lengthDelta = hexString.length - resultString.length; i < lengthDelta; ++i)
1759 resultString = "0" + resultString;
1760 return resultString;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/icu4c/test/cintltst/
H A Dreapits.c651 UChar resultString[40]; local
658 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
659 TEST_ASSERT_STRING("345", resultString, TRUE);
/external/icu4c/i18n/
H A Drematch.cpp1748 UnicodeString resultString; local
1750 return resultString;
1754 utext_openUnicodeString(&resultText, &resultString, &status);
1761 return resultString;
1809 UnicodeString resultString; local
1812 utext_openUnicodeString(&resultText, &resultString, &status);
1819 return resultString;

Completed in 1580 milliseconds

12