Home
last modified time | relevance | path

Searched refs:resultStr (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/test/intltest/
Dloctest.cpp1231 UnicodeString dollarStr("USD", ""), euroStr("EUR", ""), genericStr((UChar)0x00a4), resultStr; in TestEuroSupport() local
1236 resultStr.setTo(tmp); in TestEuroSupport()
1237 if (dollarStr != resultStr) { in TestEuroSupport()
1241 resultStr.setTo(tmp); in TestEuroSupport()
1242 if (euroStr != resultStr) { in TestEuroSupport()
1246 resultStr.setTo(tmp); in TestEuroSupport()
1247 if (euroStr != resultStr) { in TestEuroSupport()
1251 resultStr.setTo(tmp); in TestEuroSupport()
1252 if (dollarStr != resultStr) { in TestEuroSupport()
1256 resultStr.setTo(tmp); in TestEuroSupport()
[all …]
Ddcfmapts.cpp440 UnicodeString resultStr; in testRounding() local
450 pat.format(Roundingnumber, resultStr); in testRounding()
452 verify(message, resultStr, result[i++]); in testRounding()
454 resultStr.remove(); in testRounding()
457 pat.format(Roundingnumber1, resultStr); in testRounding()
459 verify(message, resultStr, result[i++]); in testRounding()
461 resultStr.remove(); in testRounding()
Dtmsgfmt.cpp1406 UnicodeString resultStr(" ", ""); in _testCopyConstructor2() local
1423 result = fmt1->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2()
1442 result = fmt1->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2()
1443 result = fmt2->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2()
1444 result = fmt3->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2()
1445 result = fmt4->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2()
/external/google-diff-match-patch/name/fraser/neil/plaintext/
Ddiff_match_patch_test.java834 String resultStr = results[0] + "\t" + boolArray[0] + "\t" + boolArray[1]; in testPatchApply() local
835 …patch_apply: Exact match.", "That quick brown fox jumped over a lazy dog.\ttrue\ttrue", resultStr); in testPatchApply()
839 resultStr = results[0] + "\t" + boolArray[0] + "\t" + boolArray[1]; in testPatchApply()
840 …apply: Partial match.", "That quick red rabbit jumped over a tired tiger.\ttrue\ttrue", resultStr); in testPatchApply()
844 resultStr = results[0] + "\t" + boolArray[0] + "\t" + boolArray[1]; in testPatchApply()
845 …_apply: Failed match.", "I am the very model of a modern major general.\tfalse\tfalse", resultStr); in testPatchApply()
850 resultStr = results[0] + "\t" + boolArray[0] + "\t" + boolArray[1]; in testPatchApply()
851 assertEquals("patch_apply: Big delete, small change.", "xabcy\ttrue\ttrue", resultStr); in testPatchApply()
856 resultStr = results[0] + "\t" + boolArray[0] + "\t" + boolArray[1]; in testPatchApply()
857 …01234567890---------------++++++++++---------------12345678901234567890y\tfalse\ttrue", resultStr); in testPatchApply()
[all …]
/external/webkit/Source/WebKit/chromium/src/
DWebPluginContainerImpl.cpp363 String resultStr; in executeScriptURL() local
364 result.getString(resultStr); in executeScriptURL()
365 return resultStr; in executeScriptURL()
/external/icu4c/i18n/
Dumsg.cpp470 UnicodeString resultStr; in umsg_vformat() local
474 ((const MessageFormat*)fmt)->format(args,count,resultStr,fieldPosition,*status); in umsg_vformat()
482 return resultStr.extract(result, resultLength, *status); in umsg_vformat()
Dunum.cpp261 UnicodeString resultStr; in unum_formatDecimal() local
264 resultStr.setTo(result, 0, resultLength); in unum_formatDecimal()
266 ((const NumberFormat*)fmt)->format(numFmtbl, resultStr, fp, *status); in unum_formatDecimal()
271 return resultStr.extract(result, resultLength, *status); in unum_formatDecimal()