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

12

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLTProcessor.cpp117 String resultString; local
119 if (!transformToString(*sourceNode, resultMIMEType, resultString, resultEncoding))
121 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
130 String resultString; local
137 if (!transformToString(*sourceNode, resultMIMEType, resultString, resultEncoding))
139 return createFragmentForTransformToFragment(resultString, resultMIMEType, outputDoc);
H A DXSLTProcessor.h48 bool transformToString(Node& source, String& resultMIMEType, String& resultString, String& resultEncoding);
H A DXSLTProcessorLibxslt.cpp196 static bool saveResultToString(xmlDocPtr resultDoc, xsltStylesheetPtr sheet, String& resultString) argument
215 resultString = resultBuilder.toString();
304 bool XSLTProcessor::transformToString(Node& sourceNode, String& mimeType, String& resultString, String& resultEncoding) argument
361 if ((success = saveResultToString(resultDoc, sheet, resultString))) {
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginStream.cpp390 void PluginStream::sendJavaScriptStream(const URL& requestURL, const CString& resultString) argument
392 didReceiveResponse(0, ResourceResponse(requestURL, "text/plain", resultString.length(), "", ""));
397 if (!resultString.isNull()) {
398 didReceiveData(0, resultString.data(), resultString.length());
405 destroyStream(resultString.isNull() ? NPRES_NETWORK_ERR : NPRES_DONE);
H A DPluginStream.h73 void sendJavaScriptStream(const URL& requestURL, const WTF::CString& resultString);
H A DPluginDatabase.cpp505 static bool readUTF8String(String& resultString, char*& start, const char* end) argument
511 resultString = String::fromUTF8(start, len);
H A DPluginView.cpp476 String resultString; local
480 if (result.getString(scriptState, resultString))
481 cstr = resultString.utf8();
/macosx-10.10/WebCore-7600.1.25/platform/text/mac/
H A DTextCodecMac.cpp267 String resultString = String::adopt(result); local
274 resultString.replace(0xE5E5, ideographicSpace);
276 return resultString;
/macosx-10.10/libauto-186/auto_tester/
H A DTestCase.h99 - (NSString *)resultString;
H A Dauto_tester.m88 NSLog(@"%@: %@", [t className], [t resultString]);
H A DTestCase.m200 - (NSString *)resultString
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducase.cpp1271 const UChar *resultString; local
1304 return (UBool)(ucase_toFullLower(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1307 return (UBool)(ucase_toFullUpper(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1310 return (UBool)(ucase_toFullTitle(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1315 ucase_toFullLower(csp, c, NULL, NULL, &resultString, "", &locCache)>=0 ||
1316 ucase_toFullUpper(csp, c, NULL, NULL, &resultString, "", &locCache)>=0 ||
1317 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);
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DDatabaseBackendBase.cpp95 static bool retrieveTextResultFromDatabase(SQLiteDatabase& db, const String& query, String& resultString) argument
107 resultString = statement.getColumnText(0);
111 resultString = String();
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodecICU.cpp394 String resultString = result.toString(); local
400 resultString.replace(0xE5E5, ideographicSpace);
402 return resultString;
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DArgumentCodersMac.mm254 RetainPtr<NSMutableAttributedString> resultString = adoptNS([[NSMutableAttributedString alloc] initWithString:plainString.get()]);
276 [resultString addAttributes:attributes.get() range:NSMakeRange(rangeLocation, rangeLength)];
279 result = adoptNS(resultString.leakRef());
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixSend.c1600 char *errorInfo, *errorCode, *resultString;
1616 resultString = "";
1636 resultString = p+3;
1666 if (resultString != NULL) {
1668 (strlen(resultString) + 1));
1669 strcpy(pcPtr->result, resultString);
1587 char *errorInfo, *errorCode, *resultString; local
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dconvtest.cpp1116 char *s, *bytesString, *unicodeString, *resultString, local
1123 s=printUnicode(result, resultLength, resultString=s);
1146 resultString, resultLength,
1567 char *s, *unicodeString, *bytesString, *resultString, local
1574 s=printBytes(result, resultLength, resultString=s);
1597 resultString, resultLength,
H A Dregextst.cpp4154 UnicodeString resultString; local
4169 resultString.append(testMat->group(status));
4186 ICU_Utility::appendNumber(resultString, matchPosition);
4197 resultString.append(testMat->group(groupNum, status));
4207 resultString.append(" ");
4209 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
4218 resultString.append(" ");
4220 ICU_Utility::appendNumber(resultString, testMat->end(i, status));
4235 resultString.append(c);
4243 resultString
4549 UnicodeString resultString; local
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixSend.c1631 char *errorInfo, *errorCode, *resultString;
1647 resultString = "";
1667 resultString = p+3;
1696 if (resultString != NULL) {
1698 (strlen(resultString) + 1));
1699 strcpy(pcPtr->result, resultString);
1618 char *errorInfo, *errorCode, *resultString; local
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp2440 String resultString = m_mainFrame->contentsAsString(); local
2441 send(Messages::WebPageProxy::StringCallback(resultString, callbackID));
2462 String resultString = renderTreeExternalRepresentation(); local
2463 send(Messages::WebPageProxy::StringCallback(resultString, callbackID));
2497 String resultString = m_mainFrame->selectionAsString(); local
2498 if (resultString.isEmpty())
2499 resultString = m_mainFrame->contentsAsString();
2500 send(Messages::WebPageProxy::StringCallback(resultString, callbackID));
2505 String resultString; local
2507 resultString
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drematch.cpp1717 UnicodeString resultString; local
1719 return resultString;
1723 utext_openUnicodeString(&resultText, &resultString, &status);
1730 return resultString;
1778 UnicodeString resultString; local
1781 utext_openUnicodeString(&resultText, &resultString, &status);
1788 return resultString;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginView.cpp1224 String resultString; local
1225 result.getString(scriptState, resultString);
1228 plugin->didEvaluateJavaScript(request->requestID(), resultString);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c688 UChar resultString[40]; local
695 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
696 TEST_ASSERT_STRING("345", resultString, TRUE);
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebFrame.cpp2031 String resultString = result.toWTFString(exec); local
2032 *evaluationResult = BString(resultString).release();

Completed in 2415 milliseconds

12