Lines Matching full:utf8_bytes
5106 int utf8_bytes = v8::Utf8Length(*str, str->GetIsolate());5107 if (utf8_bytes <= capacity) {5109 if (utf8_bytes == string_length) {5112 if (write_null && (utf8_bytes+1 <= capacity)) {5117 if (write_null && (utf8_bytes+1 > capacity)) {