Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dusearch.cpp1364 int32_t source2length, in addToUCharArray() argument
1370 if (*destinationlength < source1length + source2length + source3length + in addToUCharArray()
1374 (source1length + source2length + source3length + 1) * sizeof(UChar), in addToUCharArray()
1386 if (source2length != 0) { in addToUCharArray()
1388 sizeof(UChar) * source2length); in addToUCharArray()
1391 uprv_memcpy(destination + source1length + source2length, source3, in addToUCharArray()
1394 *destinationlength = source1length + source2length + source3length; in addToUCharArray()