Searched refs:source3length (Results 1 – 1 of 1) sorted by relevance
1369 int32_t source3length = source3 ? u_strlen(source3) : 0; in addToUCharArray() local1370 if (*destinationlength < source1length + source2length + source3length + in addToUCharArray()1374 (source1length + source2length + source3length + 1) * sizeof(UChar), in addToUCharArray()1390 if (source3length != 0) { in addToUCharArray()1392 sizeof(UChar) * source3length); in addToUCharArray()1394 *destinationlength = source1length + source2length + source3length; in addToUCharArray()