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

/external/chromium_org/third_party/icu/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 Dsmpdtfmt.cpp572 int32_t resStrLen,ovrStrLen = 0; local
595 resStr = ures_getString(currentBundle, &resStrLen, &status);
599 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
612 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
627 resStr = ures_getString(currentBundle, &resStrLen, &status);
631 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
644 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
659 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
660 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
673 resStr = ures_getString(currentBundle, &resStrLen,
[all...]
H A Ddtitvinf.cpp260 int32_t resStrLen = 0; local
263 &resStrLen, &status);
265 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
H A Dreldtfmt.cpp395 int32_t resStrLen = 0; local
422 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus);
423 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
H A Ddtptngen.cpp885 int32_t resStrLen = 0; local
897 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
898 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen));
/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.cpp583 int32_t resStrLen,ovrStrLen = 0; local
606 resStr = ures_getString(currentBundle, &resStrLen, &status);
610 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
623 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
638 resStr = ures_getString(currentBundle, &resStrLen, &status);
642 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
655 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
670 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
671 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
684 resStr = ures_getString(currentBundle, &resStrLen,
[all...]
H A Ddtptngen.cpp886 int32_t resStrLen = 0; local
898 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
899 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen));

Completed in 1684 milliseconds