Searched refs:resStrLen (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/i18n/ |
D | windtfmt.cpp | 76 int32_t resStrLen = 0; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local 83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 85 result = new UnicodeString(TRUE, resStr, resStrLen); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | reldtfmt.cpp | 350 int32_t resStrLen = 0; in loadDates() local 377 … const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus); in loadDates() 378 … fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus); in loadDates()
|
D | smpdtfmt.cpp | 488 int32_t resStrLen,ovrStrLen = 0; in construct() local 511 resStr = ures_getString(currentBundle, &resStrLen, &status); in construct() 515 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct() 528 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen); in construct() 543 resStr = ures_getString(currentBundle, &resStrLen, &status); in construct() 547 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct() 560 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen); in construct() 575 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status); in construct() 576 … MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status); in construct() 589 resStr = ures_getString(currentBundle, &resStrLen, &status); in construct() [all …]
|
D | dtitvinf.cpp | 258 int32_t resStrLen = 0; in initializeData() local 261 &resStrLen, &status); in initializeData() 263 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen); in initializeData()
|
D | dtptngen.cpp | 843 int32_t resStrLen = 0; in setDateTimeFromCalendar() local 855 …resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &stat… in setDateTimeFromCalendar() 856 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen)); in setDateTimeFromCalendar()
|