Lines Matching refs:copyLength
2816 int32_t copyLength = uprv_min(length, resultCapacity);2817 if(copyLength>0) {2818 uprv_strncpy(result, found, copyLength);