/external/chromium_org/third_party/icu/source/i18n/ |
reldtfmt.cpp | 377 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus); 378 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
|
windtfmt.cpp | 83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); 85 result = new UnicodeString(TRUE, resStr, resStrLen);
|
dtfmtsym.cpp | [all...] |
dtitvinf.cpp | 257 const UChar* resStr; 259 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource, 263 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
|
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...] |
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...] |
decimfmt.cpp | 398 const UChar *resStr = ures_getStringByKey(resource, fgDecimalFormat, &len, &status); 399 str.setTo(TRUE, resStr, len); [all...] |
/external/icu4c/i18n/ |
reldtfmt.cpp | 422 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus); 423 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
|
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);
|
dtfmtsym.cpp | [all...] |
transreg.cpp | [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...] |
dtptngen.cpp | 857 const UChar *resStr; 870 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status); 871 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen)); [all...] |
smpdtfmt.cpp | 560 const UChar *resStr,*ovrStr; 584 resStr = ures_getString(currentBundle, &resStrLen, &status); 588 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); 601 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen); 616 resStr = ures_getString(currentBundle, &resStrLen, &status); 620 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); 633 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen); 648 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status); 649 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status); 662 resStr = ures_getString(currentBundle, &resStrLen, &status) [all...] |
decimfmt.cpp | 444 const UChar *resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status); 450 resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status); 452 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);
|
/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
|