Home | History | Annotate | Download | only in cintltst

Lines Matching refs:resultlength

99     int32_t resultlength, resultlengthneeded;
254 resultlength = ucal_getCanonicalTimeZoneID(PST, -1,
341 resultlength=0;
342 resultlengthneeded=ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", NULL, resultlength, &status);
347 resultlength=resultlengthneeded+1;
348 result=(UChar*)malloc(sizeof(UChar) * resultlength);
349 ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", result, resultlength, &status);
371 ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_DST, "en_US", result, resultlength, &status);
377 ucal_getTimeZoneDisplayName(caldef, UCAL_STANDARD, "en_US", result, resultlength, &status);
383 ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_STANDARD, "en_US", result, resultlength, &status);