HomeSort by relevance Sort by last modified time
    Searched refs:resStrLen (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
windtfmt.cpp 76 int32_t resStrLen = 0;
83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
85 result = new UnicodeString(TRUE, resStr, resStrLen);
smpdtfmt.cpp 572 int32_t resStrLen,ovrStrLen = 0;
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, &status)
    [all...]
dtitvinf.cpp 260 int32_t resStrLen = 0;
263 &resStrLen, &status);
265 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
reldtfmt.cpp 395 int32_t resStrLen = 0;
422 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus);
423 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
dtptngen.cpp 885 int32_t resStrLen = 0;
    [all...]
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 76 int32_t resStrLen = 0;
83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
85 result = new UnicodeString(TRUE, resStr, resStrLen);
reldtfmt.cpp 486 int32_t resStrLen = 0;
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);
dtitvinf.cpp 260 int32_t resStrLen = 0;
263 &resStrLen, &status);
265 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
smpdtfmt.cpp 583 int32_t resStrLen,ovrStrLen = 0;
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, &status)
    [all...]
dtptngen.cpp 886 int32_t resStrLen = 0;
    [all...]

Completed in 7152 milliseconds