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

  /external/icu4c/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 394 int32_t resStrLen = 0;
421 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus);
422 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
smpdtfmt.cpp 557 int32_t resStrLen,ovrStrLen = 0;
580 resStr = ures_getString(currentBundle, &resStrLen, &status);
584 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
597 UnicodeString *tempus1 = new UnicodeString(TRUE, resStr, resStrLen);
612 resStr = ures_getString(currentBundle, &resStrLen, &status);
616 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
629 UnicodeString *tempus2 = new UnicodeString(TRUE, resStr, resStrLen);
644 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
645 MessageFormat::format(UnicodeString(TRUE, resStr, resStrLen), timeDateArray, 2, fPattern, status);
658 resStr = ures_getString(currentBundle, &resStrLen, &status)
    [all...]
dtitvinf.cpp 260 int32_t resStrLen = 0;
263 &resStrLen, &status);
265 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
dtptngen.cpp 854 int32_t resStrLen = 0;
866 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
867 setDateTimeFormat(UnicodeString(TRUE, resStr, resStrLen));
    [all...]

Completed in 1326 milliseconds