Lines Matching full:srclen
1349 const char *src, int32_t srcLen) {1353 if (srcLen > destCapacity) {1354 srcLen = destCapacity;1356 u_charsToUChars(src, dest, srcLen);