HomeSort by relevance Sort by last modified time
    Searched refs:resStr (Results 1 - 13 of 13) sorted by null

  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 51 String resStr;
70 resStr = result.toString();
105 if (outputResult.resStr != null) {
110 String[] txtResult = outputResult.resStr
  /external/icu4c/i18n/
dtfmtsym.cpp     [all...]
windtfmt.cpp 83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
85 result = new UnicodeString(TRUE, resStr, resStrLen);
smpdtfmt.cpp 556 const UChar *resStr,*ovrStr;
580 resStr = ures_getString(currentBundle, &resStrLen, &status);
584 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
597 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
612 resStr = ures_getString(currentBundle, &resStrLen, &status);
616 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
629 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
644 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
645 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
658 resStr = ures_getString(currentBundle, &resStrLen, &status)
    [all...]
dtitvinf.cpp 259 const UChar* resStr;
261 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource,
265 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
reldtfmt.cpp 421 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus);
422 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
transreg.cpp     [all...]
tzfmt.cpp 279 const UChar* resStr;
281 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtFormatTag, &len, &status);
283 gmtPattern = resStr;
285 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtZeroFormatTag, &len, &status);
287 fGMTZeroFormat.setTo(TRUE, resStr, len);
289 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gHourFormatTag, &len, &status);
291 hourFormats = resStr;
    [all...]
dtptngen.cpp 853 const UChar *resStr;
866 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
867 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen));
    [all...]
decimfmt.cpp 434 const UChar *resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
440 resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
442 str.setTo(TRUE, resStr, len);
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java 219 String resStr = "Date: Jan 1, 1970 Currency: $" + iCurrency
225 sFormat, resStr);
228 resStr = "abc -2,147,483,648 def Jan 1, 1970 ghi -2,147,483,648 jkl high mnop -2,147,483,648";
233 sFormat, resStr);
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h     [all...]

Completed in 273 milliseconds