Searched refs:resStrLen (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | windtfmt.cpp | 78 int32_t resStrLen = 0; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local 85 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 87 result = new UnicodeString(TRUE, resStr, resStrLen); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | reldtfmt.cpp | 527 int32_t resStrLen = 0; in loadDates() local 537 …UChar *resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status); in loadDates() 538 … if (U_SUCCESS(status) && resStrLen >= patItem1Len && u_strncmp(resStr,patItem1,patItem1Len)==0) { in loadDates() 541 … fCombinedFormat = new SimpleFormatter(UnicodeString(TRUE, resStr, resStrLen), 2, 2, status); in loadDates()
|
D | smpdtfmt.cpp | 710 int32_t resStrLen,ovrStrLen = 0; in construct() local 727 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct() 731 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status); in construct() 742 UnicodeString tempus1(TRUE, resStr, resStrLen); in construct() 752 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct() 756 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status); in construct() 767 UnicodeString tempus2(TRUE, resStr, resStrLen); in construct() 776 resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status); in construct() 777 SimpleFormatter(UnicodeString(TRUE, resStr, resStrLen), 2, 2, status). in construct() 792 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct() [all …]
|
D | dtitvinf.cpp | 421 int32_t resStrLen = 0; in initializeData() local 426 &resStrLen, &status); in initializeData() 428 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen); in initializeData()
|
D | dtptngen.cpp | 1252 int32_t resStrLen = 0; in setDateTimeFromCalendar() local 1285 …getStringByIndex(dateTimePatterns.getAlias(), (int32_t)DateFormat::kDateTime, &resStrLen, &status); in setDateTimeFromCalendar() 1286 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen)); in setDateTimeFromCalendar()
|