Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dusearch.cpp1369 int32_t source3length = source3 ? u_strlen(source3) : 0; in addToUCharArray() local
1370 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()