Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Descaping.cc157 const char* hex_start = p; in CUnescapeInternal() local
164 std::string(hex_start, p + 1 - hex_start) + in CUnescapeInternal()
171 const ptrdiff_t hex_size = p + 1 - hex_start; in CUnescapeInternal()
173 memmove(d, hex_start, hex_size); in CUnescapeInternal()
183 const char* hex_start = p; in CUnescapeInternal() local
187 std::string(hex_start, p + 1 - hex_start); in CUnescapeInternal()
198 std::string(hex_start, p + 1 - hex_start); in CUnescapeInternal()
219 const char* hex_start = p; CUnescapeInternal() local
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc369 const char *hex_start = p; in UnescapeCEscapeSequences() local
374 "\\" << string(hex_start, p+1-hex_start) << " exceeds 8 bits"; in UnescapeCEscapeSequences()
382 const char *hex_start = p; in UnescapeCEscapeSequences() local
389 << string(hex_start, p+1-hex_start); in UnescapeCEscapeSequences()
399 const char *hex_start = p; in UnescapeCEscapeSequences() local
408 << string(hex_start, p + 1 - hex_start) in UnescapeCEscapeSequences()
417 << string(hex_start, in UnescapeCEscapeSequences()
[all...]
/third_party/backends/backend/
H A Depson.c981 ssize_t hex_start = 0; in receive() local
1011 DBG (125, "recv buf[%05d]: %s %s\n", hex_start, hex_str, in receive()
1013 hex_start = k; in receive()
1026 DBG (125, "recv buf[%05d]: %s %s\n", hex_start, hex_str, ascii_str); in receive()

Completed in 10 milliseconds