Lines Matching refs:resultLength
60 * int32_t resultLengthOut, resultlength;
74 * resultlength=0;
75 * resultLengthOut=u_formatMessage( "en_US", pattern, u_strlen(pattern), NULL, resultlength, &status, d1, str, 7);
78 * resultlength=resultLengthOut+1;
79 * result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
80 * u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, d1, str, 7);
96 * int32_t resultlength, resultLengthOut, i;
103 * resultlength=0;
104 * resultLengthOut=u_formatMessage( "en_US", pattern, u_strlen(pattern), NULL, resultlength, &status, testArgs[i], str);
107 * resultlength=resultLengthOut+1;
108 * result=(UChar*)malloc(sizeof(UChar) * resultlength);
109 * u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, testArgs[i], str);
131 * int32_t resultlength,resultLengthOut;
140 * resultlength=0;
141 * resultLengthOut=u_formatMessage( "fr", pattern, u_strlen(pattern), NULL, resultlength, &status, str , str1);
145 * resultlength=resultLengthOut+1;
146 * result=(UChar*)malloc(sizeof(UChar) * resultlength);
147 * u_formatMessage( "fr", pattern, u_strlen(pattern), result, resultlength, &status, str , str1);
169 * @param resultLength The maximum size of result.
173 * @return The total buffer size needed; if greater than resultLength, the
183 int32_t resultLength,
196 * @param resultLength The maximum size of result.
200 * @return The total buffer size needed; if greater than resultLength, the
210 int32_t resultLength,
273 * @param resultLength The maximum size of result.
279 * @return The total buffer size needed; if greater than resultLength, the
289 int32_t resultLength,
303 * @param resultLength The maximum size of result.
309 * @return The total buffer size needed; if greater than resultLength, the
318 int32_t resultLength,
490 * @param resultLength The maximum size of result.
500 int32_t resultLength,
510 * @param resultLength The maximum size of result.
514 * @return The total buffer size needed; if greater than resultLength,
521 int32_t resultLength,
532 * @param resultLength The maximum size of result.
536 * @return The total buffer size needed; if greater than resultLength,
543 int32_t resultLength,