Searched refs:resStr (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
H A DUnixFileTest.java51 String resStr; field in class:UnixFileTest.ConsoleResulter
70 resStr = result.toString();
105 if (outputResult.resStr != null) {
110 String[] txtResult = outputResult.resStr
/external/icu4c/i18n/
H A Ddtfmtsym.cpp1154 const UChar *resStr = ures_getStringByIndex(data, i, &strLen, &status); local
1156 (*(field)+i)->setTo(TRUE, resStr, strLen);
1190 const UChar *resStr; local
1387 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtFormatTag, &len, &status);
1389 fGmtFormat.setTo(TRUE, resStr, len);
1392 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gHourFormatTag, &len, &status);
1394 UChar *sep = u_strchr(resStr, (UChar)0x003B /* ';' */);
1402 fGmtHourFormats[GMT_POSITIVE_HM].setTo(FALSE, resStr, (int32_t)(sep - resStr));
1427 resStr
[all...]
H A Dwindtfmt.cpp83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); local
85 result = new UnicodeString(TRUE, resStr, resStrLen);
H A Dsmpdtfmt.cpp487 const UChar *resStr,*ovrStr; local
511 resStr = ures_getString(currentBundle, &resStrLen, &status);
515 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
528 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
543 resStr = ures_getString(currentBundle, &resStrLen, &status);
547 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
560 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
575 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
576 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
589 resStr
[all...]
H A Ddtitvinf.cpp257 const UChar* resStr; local
259 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource,
263 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
H A Dreldtfmt.cpp377 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus); local
378 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
H A Dtransreg.cpp1065 UnicodeString resStr; local
1096 resStr = subres.getStringEx(
1105 resStr = subres.getStringEx(1, status);
1130 entry->stringArg = resStr;
H A Ddtptngen.cpp842 const UChar *resStr; local
855 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
856 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen));
H A Ddecimfmt.cpp398 const UChar *resStr = ures_getStringByKey(resource, fgDecimalFormat, &len, &status); local
399 str.setTo(TRUE, resStr, len);

Completed in 284 milliseconds