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

  /external/autotest/client/common_lib/cros/webrtc_scripts/
loopback-peerconnection.js 95 resStr(expectedResolution.w, expectedResolution.h) +
98 resStr(this.remoteView.videoWidth, this.remoteView.videoHeight));
198 function resStr(width, height) {
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 57 String resStr;
76 resStr = result.toString();
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 420 const UChar* resStr;
425 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource, gFallbackPatternTag,
428 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
reldtfmt.cpp 537 const UChar *resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status);
538 if (U_SUCCESS(status) && resStrLen >= patItem1Len && u_strncmp(resStr,patItem1,patItem1Len)==0) {
541 fCombinedFormat = new SimpleFormatter(UnicodeString(TRUE, resStr, resStrLen), 2, 2, status);
windtfmt.cpp 85 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
87 result = new UnicodeString(TRUE, resStr, resStrLen);
reldatefmt.cpp 155 const UChar *resStr = ures_getStringByKeyWithFallback(
160 result.setTo(TRUE, resStr, len);
171 const UChar *resStr = ures_getStringByIndex(
176 result.setTo(TRUE, resStr, len);
    [all...]
transreg.cpp     [all...]
smpdtfmt.cpp 753 const UChar *resStr,*ovrStr;
771 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status);
775 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status);
786 UnicodeString tempus1(TRUE, resStr, resStrLen);
796 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status);
800 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status);
811 UnicodeString tempus2(TRUE, resStr, resStrLen);
820 resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status);
821 SimpleFormatter(UnicodeString(TRUE, resStr, resStrLen), 2, 2, status).
836 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status)
    [all...]
tzfmt.cpp 354 const UChar* resStr;
356 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtFormatTag, &len, &status);
358 gmtPattern = resStr;
360 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtZeroFormatTag, &len, &status);
362 fGMTZeroFormat.setTo(TRUE, resStr, len);
364 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gHourFormatTag, &len, &status);
366 hourFormats = resStr;
    [all...]
measfmt.cpp 196 const UChar *resStr = ures_getString(resource, &len, &status);
200 result.setTo(TRUE, resStr, len);
    [all...]
decimfmt.cpp 393 const UChar *resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
399 resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
401 str.setTo(TRUE, resStr, len);
    [all...]
dtptngen.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 261 String resStr = "Date: Jan 1, 1970 Currency: $" + iCurrency + ".00 Integer: -2,147,483,648";
266 sFormat, resStr);
269 resStr = "abc -2,147,483,648 def Jan 1, 1970 ghi -2,147,483,648 jkl high mnop -2,147,483,648";
274 sFormat, resStr);
    [all...]

Completed in 343 milliseconds