Home
last modified time | relevance | path

Searched defs:HexDigitToInt (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_alt_svc_wire_format_test.cc47 static char HexDigitToInt(char c) { in HexDigitToInt() function in spdy::test::SpdyAltSvcWireFormatPeer
581 TEST(SpdyAltSvcWireFormatTest, HexDigitToInt) { in TEST() argument
H A Dspdy_alt_svc_wire_format.cc388 char SpdyAltSvcWireFormat::HexDigitToInt(char c) { in HexDigitToInt() function in spdy::SpdyAltSvcWireFormat
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dchannel_id_test.cc209 int HexDigitToInt(char ch) { in HexDigitToInt() function
/aosp_15_r20/external/cronet/base/strings/
H A Dstring_util.h460 inline char HexDigitToInt(char16_t c) { in HexDigitToInt() function
H A Dstring_util.cc279 char HexDigitToInt(char c) { in HexDigitToInt() function
H A Dstring_util_unittest.cc801 TEST(StringUtilTest, HexDigitToInt) { in TEST() argument
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_util_unittest.cc685 TEST(StringUtilTest, HexDigitToInt) { in TEST() argument
H A Dstring_util.cc644 char HexDigitToInt(wchar_t c) { in HexDigitToInt() function