Searched refs:string_start (Results 1 - 3 of 3) sorted by relevance

/external/libvterm/src/
H A Dparser.c193 const char *string_start; local
197 string_start = NULL;
205 string_start = bytes;
209 #define ENTER_STRING_STATE(st) do { vt->parser_state = st; string_start = bytes + pos + 1; } while(0)
210 #define ENTER_NORMAL_STATE() do { vt->parser_state = NORMAL; string_start = NULL; } while(0)
217 append_strbuffer(vt, string_start, bytes + pos - string_start);
218 string_start = bytes + pos + 1;
241 append_strbuffer(vt, string_start, bytes + pos - string_start);
[all...]
/external/v8/src/wasm/
H A Dmodule-decoder.cc869 const byte* string_start = decoder.pc(); local
873 !unibrow::Utf8::Validate(string_start, *length)) {
874 decoder.error(string_start, "no valid UTF-8 string");
/external/v8/src/snapshot/
H A Dserializer.cc425 Address string_start = string->address(); local
427 sink_->PutSection(string_start[i], "StringHeader");

Completed in 124 milliseconds