Lines Matching defs:copied
282 bool* copied,
290 if (copied != nullptr) {
291 *copied = true;
300 if (status == JSVM_OK && copied != nullptr) {
301 *copied = false;
3640 // number of bytes (excluding the null terminator) copied into buf.
3659 int copied =
3666 buf[copied] = '\0';
3668 *result = copied;
3678 // number of bytes (excluding the null terminator) copied into buf.
3697 int copied = val.As<v8::String>()->WriteUtf8(
3704 buf[copied] = '\0';
3706 *result = copied;
3716 // number of 2-byte code units (excluding the null terminator) copied into buf.
3739 int copied = val.As<v8::String>()->Write(env->isolate,
3745 buf[copied] = '\0';
3747 *result = copied;