Searched refs:octal_size (Results 1 – 6 of 6) sorted by relevance
/external/abseil-cpp/absl/strings/ |
D | escaping.cc | 138 const ptrdiff_t octal_size = p + 1 - octal_start; in CUnescapeInternal() local 140 memcpy(d, octal_start, octal_size); in CUnescapeInternal() 141 d += octal_size; in CUnescapeInternal()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | escaping.cc | 138 const ptrdiff_t octal_size = p + 1 - octal_start; in CUnescapeInternal() local 140 memcpy(d, octal_start, octal_size); in CUnescapeInternal() 141 d += octal_size; in CUnescapeInternal()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | escaping.cc | 138 const ptrdiff_t octal_size = p + 1 - octal_start; in CUnescapeInternal() local 140 memmove(d, octal_start, octal_size); in CUnescapeInternal() 141 d += octal_size; in CUnescapeInternal()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | escaping.cc | 138 const ptrdiff_t octal_size = p + 1 - octal_start; in CUnescapeInternal() local 140 memmove(d, octal_start, octal_size); in CUnescapeInternal() 141 d += octal_size; in CUnescapeInternal()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | escaping.cc | 138 const ptrdiff_t octal_size = p + 1 - octal_start; in CUnescapeInternal() local 140 memcpy(d, octal_start, octal_size); in CUnescapeInternal() 141 d += octal_size; in CUnescapeInternal()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | escaping.cc | 138 const ptrdiff_t octal_size = p + 1 - octal_start; in CUnescapeInternal() local 140 memcpy(d, octal_start, octal_size); in CUnescapeInternal() 141 d += octal_size; in CUnescapeInternal()
|