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

1 2

  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 90 const UChar *resStr = ures_getStringByKeyWithFallback(
95 result.setTo(TRUE, resStr, len);
108 const UChar *resStr = ures_getStringByKey(
118 result.setTo(TRUE, resStr, len);
127 const UChar *resStr = ures_getString(resource, &len, &status);
131 result.setTo(TRUE, resStr, len);
141 const UChar *resStr = ures_getStringByIndex(
146 result.setTo(TRUE, resStr, len);
dtfmtsym.cpp     [all...]
windtfmt.cpp 83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
85 result = new UnicodeString(TRUE, resStr, resStrLen);
dtitvinf.cpp 259 const UChar* resStr;
261 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource,
265 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
reldtfmt.cpp 513 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus);
514 if (U_SUCCESS(tempStatus) && resStrLen >= patItem1Len && u_strncmp(resStr,patItem1,patItem1Len)==0) {
517 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
transreg.cpp     [all...]
smpdtfmt.cpp 582 const UChar *resStr,*ovrStr;
606 resStr = ures_getString(currentBundle, &resStrLen, &status);
610 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
623 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
638 resStr = ures_getString(currentBundle, &resStrLen, &status);
642 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
655 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
670 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
671 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
684 resStr = ures_getString(currentBundle, &resStrLen, &status)
    [all...]
tzfmt.cpp 347 const UChar* resStr;
349 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtFormatTag, &len, &status);
351 gmtPattern = resStr;
353 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtZeroFormatTag, &len, &status);
355 fGMTZeroFormat.setTo(TRUE, resStr, len);
357 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gHourFormatTag, &len, &status);
359 hourFormats = resStr;
    [all...]
measfmt.cpp 160 const UChar *resStr = ures_getString(resource, &len, &status);
164 result.setTo(TRUE, resStr, len);
dtptngen.cpp 885 const UChar *resStr;
    [all...]
decimfmt.cpp 492 const UChar *resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
498 resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
500 str.setTo(TRUE, resStr, len);
    [all...]
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 50 String resStr;
69 resStr = result.toString();
104 if (outputResult.resStr != null) {
109 String[] txtResult = outputResult.resStr
  /external/chromium_org/third_party/icu/source/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 571 const UChar *resStr,*ovrStr;
595 resStr = ures_getString(currentBundle, &resStrLen, &status);
599 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
612 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
627 resStr = ures_getString(currentBundle, &resStrLen, &status);
631 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
644 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
659 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
660 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
673 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);
transreg.cpp     [all...]
reldtfmt.cpp 422 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus);
423 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
tzfmt.cpp 347 const UChar* resStr;
349 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtFormatTag, &len, &status);
351 gmtPattern = resStr;
353 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtZeroFormatTag, &len, &status);
355 fGMTZeroFormat.setTo(TRUE, resStr, len);
357 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gHourFormatTag, &len, &status);
359 hourFormats = resStr;
    [all...]
dtptngen.cpp 884 const UChar *resStr;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 258 String resStr = "Date: Jan 1, 1970 Currency: $" + iCurrency + ".00 Integer: -2,147,483,648";
263 sFormat, resStr);
266 resStr = "abc -2,147,483,648 def Jan 1, 1970 ghi -2,147,483,648 jkl high mnop -2,147,483,648";
271 sFormat, resStr);
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp     [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h     [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h     [all...]

Completed in 1293 milliseconds

1 2