Home
last modified time | relevance | path

Searched refs:source1length (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dusearch.cpp1368 int32_t source1length = source1 ? u_strlen(source1) : 0; in addToUCharArray() local
1370 if (*destinationlength < source1length + source2length + source3length + in addToUCharArray()
1374 (source1length + source2length + source3length + 1) * sizeof(UChar), in addToUCharArray()
1383 if (source1length != 0) { in addToUCharArray()
1384 u_memcpy(destination, source1, source1length); in addToUCharArray()
1387 uprv_memcpy(destination + source1length, source2, in addToUCharArray()
1391 uprv_memcpy(destination + source1length + source2length, source3, in addToUCharArray()
1394 *destinationlength = source1length + source2length + source3length; in addToUCharArray()