Home | History | Annotate | Download | only in i18n

Lines Matching full:destinationlength

205 * size destinationlength.
208 * @param destinationlength target array size, return value for the new size
218 uint32_t *destinationlength,
223 uint32_t newlength = *destinationlength;
232 *destinationlength = newlength;
245 * size destinationlength.
248 * @param destinationlength target array size, return value for the new size
258 uint32_t *destinationlength,
263 uint32_t newlength = *destinationlength;
274 *destinationlength = newlength;
1358 * size destinationlength.
1360 * @param destinationlength target array size, returning the appended length
1370 int32_t *destinationlength,
1379 if (*destinationlength < source1length + source2length + source3length +
1388 *destinationlength = 0;
1403 *destinationlength = source1length + source2length + source3length;