Searched defs:resultString (Results 1 - 20 of 20) sorted by relevance

/external/webkit/WebCore/xml/
H A DXSLTProcessorQt.cpp116 bool XSLTProcessor::transformToString(Node* sourceNode, String&, String& resultString, String&) argument
169 resultString = QString::fromUtf8(outputBuffer.readAll()).trimmed();
H A DXSLTProcessor.cpp124 String resultString; local
126 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
128 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
134 String resultString; local
141 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
143 return createFragmentFromSource(resultString, resultMIMEType, outputDoc);
H A DXSLTProcessorLibxslt.cpp170 static bool saveResultToString(xmlDocPtr resultDoc, xsltStylesheetPtr sheet, String& resultString) argument
189 resultString = String::adopt(resultVector);
275 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding) argument
319 if (success = saveResultToString(resultDoc, sheet, resultString)) {
/external/icu4c/common/
H A Duprops.cpp305 const UChar *resultString; local
306 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
H A Ducase.c1581 const UChar *resultString; local
1614 return (UBool)(ucase_toFullLower(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1617 return (UBool)(ucase_toFullUpper(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1620 return (UBool)(ucase_toFullTitle(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1625 ucase_toFullLower(csp, c, NULL, NULL, &resultString, "", &locCache)>=0 ||
1626 ucase_toFullUpper(csp, c, NULL, NULL, &resultString, "", &locCache)>=0 ||
1627 ucase_toFullTitle(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
/external/webkit/WebCore/platform/text/mac/
H A DTextCodecMac.cpp266 String resultString = String::adopt(result); local
273 resultString.replace(0xE5E5, ideographicSpace);
275 return resultString;
/external/webkit/WebCore/plugins/
H A DPluginStream.cpp398 void PluginStream::sendJavaScriptStream(const KURL& requestURL, const CString& resultString) argument
400 didReceiveResponse(0, ResourceResponse(requestURL, "text/plain", resultString.length(), "", ""));
405 if (!resultString.isNull()) {
406 didReceiveData(0, resultString.data(), resultString.length());
413 destroyStream(resultString.isNull() ? NPRES_NETWORK_ERR : NPRES_DONE);
H A DPluginView.cpp509 String resultString; local
513 if (getString(parentFrame->script(), result.jsValue(), resultString))
514 cstr = resultString.utf8();
521 if (result.getString(resultString))
522 cstr = resultString.utf8();
/external/chromium/third_party/icu/source/test/cintltst/
H A Dreapits.c612 UChar resultString[40]; local
619 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
620 TEST_ASSERT_STRING("345", resultString, TRUE);
/external/webkit/WebCore/platform/text/
H A DTextCodecICU.cpp329 String resultString = String::adopt(result); local
334 resultString.replace(0xE5E5, ideographicSpace);
336 return resultString;
/external/webkit/WebCore/storage/
H A DDatabase.cpp249 static bool retrieveTextResultFromDatabase(SQLiteDatabase& db, const String& query, String& resultString) argument
261 resultString = statement.getColumnText(0);
264 resultString = String();
/external/chromium/third_party/icu/source/test/intltest/
H A Dconvtest.cpp1111 char *s, *bytesString, *unicodeString, *resultString, local
1118 s=printUnicode(result, resultLength, resultString=s);
1141 resultString, resultLength,
1562 char *s, *unicodeString, *bytesString, *resultString, local
1569 s=printBytes(result, resultLength, resultString=s);
1592 resultString, resultLength,
H A Dregextst.cpp2264 UnicodeString resultString; local
2271 resultString.append(testMat->group(status));
2288 ICU_Utility::appendNumber(resultString, matchPosition);
2299 resultString.append(testMat->group(groupNum, status));
2309 resultString.append(" ");
2311 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
2320 resultString.append(" ");
2322 ICU_Utility::appendNumber(resultString, testMat->end(i, status));
2337 resultString.append(c);
2345 resultString
[all...]
/external/icu4c/i18n/
H A Drematch.cpp1694 UnicodeString resultString; local
1697 utext_openUnicodeString(&resultText, &resultString, &status);
1704 return resultString;
1752 UnicodeString resultString; local
1755 utext_openUnicodeString(&resultText, &resultString, &status);
1762 return resultString;
/external/icu4c/test/cintltst/
H A Dreapits.c657 UChar resultString[40]; local
664 TEST_ASSERT(uregex_group(re, 0, resultString, sizeof(resultString)/2, &status) == 3)
665 TEST_ASSERT_STRING("345", resultString, TRUE);
/external/icu4c/test/intltest/
H A Dconvtest.cpp1139 char *s, *bytesString, *unicodeString, *resultString, local
1146 s=printUnicode(result, resultLength, resultString=s);
1169 resultString, resultLength,
1590 char *s, *unicodeString, *bytesString, *resultString, local
1597 s=printBytes(result, resultLength, resultString=s);
1620 resultString, resultLength,
H A Dregextst.cpp3763 UnicodeString resultString; local
3778 resultString.append(testMat->group(status));
3795 ICU_Utility::appendNumber(resultString, matchPosition);
3806 resultString.append(testMat->group(groupNum, status));
3816 resultString.append(" ");
3818 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
3827 resultString.append(" ");
3829 ICU_Utility::appendNumber(resultString, testMat->end(i, status));
3844 resultString.append(c);
3852 resultString
4158 UnicodeString resultString; local
[all...]
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp667 QString resultString; local
669 resultString = dumpFramesAsText(mainFrame);
671 resultString = mainFrame->renderTreeDump();
673 if (!resultString.isEmpty()) {
674 fprintf(stdout, "%s", resultString.toUtf8().constData());
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DDumpRenderTree.cpp654 BSTR resultString = 0; local
661 resultString = SysAllocStringLen(result.data(), result.size());
681 framePrivate->renderTreeAsExternalRepresentation(&resultString);
684 if (!resultString)
687 unsigned stringLength = SysStringLen(resultString);
688 int bufferSize = ::WideCharToMultiByte(CP_UTF8, 0, resultString, stringLength, 0, 0, 0, 0);
690 ::WideCharToMultiByte(CP_UTF8, 0, resultString, stringLength, buffer, bufferSize + 1, 0, 0);
716 SysFreeString(resultString);
/external/webkit/WebKit/win/
H A DWebFrame.cpp2356 String resultString = String(result.toString(anyWorldGlobalObject->globalExec())); local
2357 *evaluationResult = BString(resultString).release();

Completed in 264 milliseconds