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 57 String resStr;
76 resStr = result.toString();
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
85 result = new UnicodeString(TRUE, resStr, resStrLen);
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);
reldatefmt.cpp 154 const UChar *resStr = ures_getStringByKeyWithFallback(
159 result.setTo(TRUE, resStr, len);
170 const UChar *resStr = ures_getStringByIndex(
175 result.setTo(TRUE, resStr, len);
    [all...]
transreg.cpp     [all...]
smpdtfmt.cpp 750 const UChar *resStr,*ovrStr;
768 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status);
772 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status);
783 UnicodeString tempus1(TRUE, resStr, resStrLen);
793 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status);
797 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status);
808 UnicodeString tempus2(TRUE, resStr, resStrLen);
817 resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status);
818 SimpleFormatter(UnicodeString(TRUE, resStr, resStrLen), 2, 2, status).
833 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status)
    [all...]
tzfmt.cpp 350 const UChar* resStr;
352 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtFormatTag, &len, &status);
354 gmtPattern = resStr;
356 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtZeroFormatTag, &len, &status);
358 fGMTZeroFormat.setTo(TRUE, resStr, len);
360 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gHourFormatTag, &len, &status);
362 hourFormats = resStr;
    [all...]
measfmt.cpp 193 const UChar *resStr = ures_getString(resource, &len, &status);
197 result.setTo(TRUE, resStr, len);
    [all...]
decimfmt.cpp 392 const UChar *resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
398 resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
400 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 327 milliseconds