Home
last modified time | relevance | path

Searched refs:hex_digit_to_int (Results 1 – 15 of 15) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/strings/
Descaping.cc45 inline int hex_digit_to_int(char c) { in hex_digit_to_int() function
160 ch = (ch << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
194 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p. in CUnescapeInternal()
232 uint32_t newrune = (rune << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Descaping.cc45 inline unsigned int hex_digit_to_int(char c) { in hex_digit_to_int() function
163 ch = (ch << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
199 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p. in CUnescapeInternal()
239 uint32_t newrune = (rune << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
/external/cronet/tot/third_party/abseil-cpp/absl/strings/
Descaping.cc50 inline unsigned int hex_digit_to_int(char c) { in hex_digit_to_int() function
171 ch = (ch << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
207 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p. in CUnescapeInternal()
247 uint32_t newrune = (rune << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
/external/cronet/stable/third_party/abseil-cpp/absl/strings/
Descaping.cc50 inline unsigned int hex_digit_to_int(char c) { in hex_digit_to_int() function
171 ch = (ch << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
207 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p. in CUnescapeInternal()
247 uint32_t newrune = (rune << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
/external/abseil-cpp/absl/strings/
Descaping.cc48 inline unsigned int hex_digit_to_int(char c) { in hex_digit_to_int() function
169 ch = (ch << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
205 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p. in CUnescapeInternal()
245 uint32_t newrune = (rune << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
/external/angle/third_party/abseil-cpp/absl/strings/
Descaping.cc50 inline unsigned int hex_digit_to_int(char c) { in hex_digit_to_int() function
171 ch = (ch << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
207 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p. in CUnescapeInternal()
247 uint32_t newrune = (rune << 4) + hex_digit_to_int(*++p); in CUnescapeInternal()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc494 code = (code << 4) + hex_digit_to_int(p_.data()[i]); in ParseUnicodeEscape()
515 low_code = (low_code << 4) + hex_digit_to_int(p_.data()[i]); in ParseUnicodeEscape()
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc494 code = (code << 4) + hex_digit_to_int(p_.data()[i]); in ParseUnicodeEscape()
515 low_code = (low_code << 4) + hex_digit_to_int(p_.data()[i]); in ParseUnicodeEscape()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc494 code = (code << 4) + hex_digit_to_int(p_.data()[i]); in ParseUnicodeEscape()
515 low_code = (low_code << 4) + hex_digit_to_int(p_.data()[i]); in ParseUnicodeEscape()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc368 ch = (ch << 4) + hex_digit_to_int(*++p); in UnescapeCEscapeSequences()
384 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p. in UnescapeCEscapeSequences()
403 char32 newrune = (rune << 4) + hex_digit_to_int(*++p); in UnescapeCEscapeSequences()
Dstrutil.h99 inline int hex_digit_to_int(char c) { in hex_digit_to_int() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc368 ch = (ch << 4) + hex_digit_to_int(*++p); in UnescapeCEscapeSequences()
384 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p. in UnescapeCEscapeSequences()
403 char32 newrune = (rune << 4) + hex_digit_to_int(*++p); in UnescapeCEscapeSequences()
Dstrutil.h99 inline int hex_digit_to_int(char c) { in hex_digit_to_int() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc368 ch = (ch << 4) + hex_digit_to_int(*++p); in UnescapeCEscapeSequences()
384 rune = (rune << 4) + hex_digit_to_int(*++p); // Advance p. in UnescapeCEscapeSequences()
403 char32 newrune = (rune << 4) + hex_digit_to_int(*++p); in UnescapeCEscapeSequences()
Dstrutil.h99 inline int hex_digit_to_int(char c) { in hex_digit_to_int() function