/external/chromium_org/third_party/icu/source/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 | 395 int32_t resStrLen = 0; in loadDates() local 422 … const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus); in loadDates() 423 … fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus); in loadDates()
|
D | smpdtfmt.cpp | 572 int32_t resStrLen,ovrStrLen = 0; in construct() local 595 resStr = ures_getString(currentBundle, &resStrLen, &status); in construct() 599 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct() 612 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen); in construct() 627 resStr = ures_getString(currentBundle, &resStrLen, &status); in construct() 631 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct() 644 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen); in construct() 659 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status); in construct() 660 … MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status); in construct() 673 resStr = ures_getString(currentBundle, &resStrLen, &status); in construct() [all …]
|
D | dtitvinf.cpp | 260 int32_t resStrLen = 0; in initializeData() local 263 &resStrLen, &status); in initializeData() 265 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen); in initializeData()
|
D | dtptngen.cpp | 885 int32_t resStrLen = 0; in setDateTimeFromCalendar() local 897 …resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &stat… in setDateTimeFromCalendar() 898 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen)); in setDateTimeFromCalendar()
|
/external/icu/icu4c/source/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 | 486 int32_t resStrLen = 0; in loadDates() local 513 … const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus); in loadDates() 514 …if (U_SUCCESS(tempStatus) && resStrLen >= patItem1Len && u_strncmp(resStr,patItem1,patItem1Len)==0… in loadDates() 517 … fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus); in loadDates()
|
D | smpdtfmt.cpp | 583 int32_t resStrLen,ovrStrLen = 0; in construct() local 606 resStr = ures_getString(currentBundle, &resStrLen, &status); in construct() 610 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct() 623 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen); in construct() 638 resStr = ures_getString(currentBundle, &resStrLen, &status); in construct() 642 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status); in construct() 655 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen); in construct() 670 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status); in construct() 671 … MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status); in construct() 684 resStr = ures_getString(currentBundle, &resStrLen, &status); in construct() [all …]
|
D | dtitvinf.cpp | 260 int32_t resStrLen = 0; in initializeData() local 263 &resStrLen, &status); in initializeData() 265 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen); in initializeData()
|
D | dtptngen.cpp | 886 int32_t resStrLen = 0; in setDateTimeFromCalendar() local 898 …resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &stat… in setDateTimeFromCalendar() 899 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen)); in setDateTimeFromCalendar()
|