Home
last modified time | relevance | path

Searched refs:resStrLen (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dwindtfmt.cpp76 int32_t resStrLen = 0; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
77 …ar *resStr = ures_getStringByIndex(patBundle, (int32_t)DateFormat::kDateTime, &resStrLen, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
79 result = new UnicodeString(TRUE, resStr, resStrLen); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dsmpdtfmt.cpp357 int32_t resStrLen = 0; in construct() local
370 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)timeStyle, &resStrLen, &status); in construct()
371 timeDateArray[0].adoptString(new UnicodeString(TRUE, resStr, resStrLen)); in construct()
372 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)dateStyle, &resStrLen, &status); in construct()
373 timeDateArray[1].adoptString(new UnicodeString(TRUE, resStr, resStrLen)); in construct()
375 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)kDateTime, &resStrLen, &status); in construct()
376 … MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status); in construct()
382 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)timeStyle, &resStrLen, &status); in construct()
383 fPattern.setTo(TRUE, resStr, resStrLen); in construct()
386 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)dateStyle, &resStrLen, &status); in construct()
[all …]
Ddtptngen.cpp643 int32_t resStrLen = 0; in setDateTimeFromCalendar() local
655 …resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &stat… in setDateTimeFromCalendar()
656 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen)); in setDateTimeFromCalendar()