Lines Matching refs:srcLen
1356 const char *src, int32_t srcLen) {1360 if (srcLen > destCapacity) {1361 srcLen = destCapacity;1363 u_charsToUChars(src, dest, srcLen);