Searched refs:resStrLen (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp76 int32_t resStrLen = 0; local
83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
85 result = new UnicodeString(TRUE, resStr, resStrLen);
H A Dreldtfmt.cpp486 int32_t resStrLen = 0; local
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);
H A Ddtitvinf.cpp260 int32_t resStrLen = 0; local
263 &resStrLen, &status);
265 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
H A Dsmpdtfmt.cpp723 int32_t resStrLen,ovrStrLen = 0; local
746 resStr = ures_getString(currentBundle, &resStrLen, &status);
750 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
763 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
778 resStr = ures_getString(currentBundle, &resStrLen, &status);
782 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
795 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
810 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
811 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
824 resStr = ures_getString(currentBundle, &resStrLen,
[all...]
H A Ddtptngen.cpp890 int32_t resStrLen = 0; local
902 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
903 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen));

Completed in 271 milliseconds