Searched defs:resultStr (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/delibs/depool/
H A DdePoolStringBuilder.c120 char* resultStr = (char*)deMemPool_alloc(pool, (size_t)builder->length + 1); local
122 if (resultStr)
125 char* dstPtr = resultStr;
137 DE_ASSERT((int)strlen(resultStr) == builder->length);
140 return resultStr;
/external/icu/icu4c/source/i18n/
H A Dumsg.cpp473 UnicodeString resultStr; local
477 ((const MessageFormat*)fmt)->format(args,count,resultStr,fieldPosition,*status);
485 return resultStr.extract(result, resultLength, *status);
H A Dunum.cpp279 UnicodeString resultStr; local
282 resultStr.setTo(result, 0, resultLength);
284 ((const NumberFormat*)fmt)->format(numFmtbl, resultStr, fp, *status);
289 return resultStr.extract(result, resultLength, *status);
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp486 UnicodeString resultStr; local
496 pat.format(Roundingnumber, resultStr);
498 verify(message, resultStr, result[i++]);
500 resultStr.remove();
503 pat.format(Roundingnumber1, resultStr);
505 verify(message, resultStr, result[i++]);
507 resultStr.remove();
583 UnicodeString resultStr; local
593 pat.format(testData[i].inputValue, resultStr);
597 verifyString(message, resultStr, ex
[all...]
H A Ditrbnf.cpp375 UnicodeString resultStr; local
383 formatter.parse(formatter.format(1000.0, resultStr, pos, status), result, status);
384 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("one thousand")) {
386 errln(resultStr);
388 resultStr.remove();
389 formatter.parse(formatter.format(1000.0, UnicodeString("%spellout-cardinal-feminine-genitive"), resultStr, pos, status), result, status);
390 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("ono thousand")) {
392 errln(resultStr);
394 resultStr.remove();
395 formatter.parse(formatter.format(1000.0, UnicodeString("%spellout-cardinal-feminine"), resultStr, po
[all...]
H A Dloctest.cpp1227 UnicodeString dollarStr("USD", ""), euroStr("EUR", ""), genericStr((UChar)0x00a4), resultStr;
1232 resultStr.setTo(tmp);
1233 if (dollarStr != resultStr) {
1237 resultStr.setTo(tmp);
1238 if (euroStr != resultStr) {
1242 resultStr.setTo(tmp);
1243 if (euroStr != resultStr) {
1247 resultStr.setTo(tmp);
1248 if (dollarStr != resultStr) {
1252 resultStr
2352 UnicodeString tempStr, resultStr; local
[all...]
/external/deqp/framework/qphelper/
H A DqpTestLog.c497 const char* resultStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); local
512 fprintf(log->outputFile, "\n#terminateTestCaseResult %s\n", resultStr);
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 217 milliseconds