HomeSort by relevance Sort by last modified time
    Searched refs:resStr (Results 1 - 12 of 12) 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 487 const UChar *resStr,*ovrStr;
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 = ures_getString(currentBundle, &resStrLen, &status)
    [all...]
dtitvinf.cpp 257 const UChar* resStr;
259 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource,
263 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
reldtfmt.cpp 377 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus);
378 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
transreg.cpp     [all...]
dtptngen.cpp 842 const UChar *resStr;
855 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
856 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen));
    [all...]
decimfmt.cpp 398 const UChar *resStr = ures_getStringByKey(resource, fgDecimalFormat, &len, &status);
399 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 436 milliseconds