Home | History | Annotate | Download | only in cintltst

Lines Matching refs:resultlength

92     int32_t resultlength, resultlengthneeded;
223 resultlength = ucal_getCanonicalTimeZoneID(PST, -1,
310 resultlength=0;
311 resultlengthneeded=ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", NULL, resultlength, &status);
316 resultlength=resultlengthneeded+1;
317 result=(UChar*)malloc(sizeof(UChar) * resultlength);
318 ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", result, resultlength, &status);
340 ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_DST, "en_US", result, resultlength, &status);
346 ucal_getTimeZoneDisplayName(caldef, UCAL_STANDARD, "en_US", result, resultlength, &status);
352 ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_STANDARD, "en_US", result, resultlength, &status);