Home | History | Annotate | Download | only in unicode

Lines Matching refs:resultLength

58  *     int32_t resultLengthOut, resultlength;
72 * resultlength=0;
73 * resultLengthOut=u_formatMessage( "en_US", pattern, u_strlen(pattern), NULL, resultlength, &status, d1, str, 7);
76 * resultlength=resultLengthOut+1;
77 * result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
78 * u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, d1, str, 7);
94 * int32_t resultlength, resultLengthOut, i;
101 * resultlength=0;
102 * resultLengthOut=u_formatMessage( "en_US", pattern, u_strlen(pattern), NULL, resultlength, &status, testArgs[i], str);
105 * resultlength=resultLengthOut+1;
106 * result=(UChar*)malloc(sizeof(UChar) * resultlength);
107 * u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, testArgs[i], str);
129 * int32_t resultlength,resultLengthOut;
138 * resultlength=0;
139 * resultLengthOut=u_formatMessage( "fr", pattern, u_strlen(pattern), NULL, resultlength, &status, str , str1);
143 * resultlength=resultLengthOut+1;
144 * result=(UChar*)malloc(sizeof(UChar) * resultlength);
145 * u_formatMessage( "fr", pattern, u_strlen(pattern), result, resultlength, &status, str , str1);
167 * @param resultLength The maximum size of result.
171 * @return The total buffer size needed; if greater than resultLength, the
181 int32_t resultLength,
194 * @param resultLength The maximum size of result.
198 * @return The total buffer size needed; if greater than resultLength, the
208 int32_t resultLength,
271 * @param resultLength The maximum size of result.
277 * @return The total buffer size needed; if greater than resultLength, the
287 int32_t resultLength,
301 * @param resultLength The maximum size of result.
307 * @return The total buffer size needed; if greater than resultLength, the
316 int32_t resultLength,
488 * @param resultLength The maximum size of result.
498 int32_t resultLength,
508 * @param resultLength The maximum size of result.
512 * @return The total buffer size needed; if greater than resultLength,
519 int32_t resultLength,
530 * @param resultLength The maximum size of result.
534 * @return The total buffer size needed; if greater than resultLength,
541 int32_t resultLength,