Home
last modified time | relevance | path

Searched refs:is_hex_digit (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dutil.h83 inline bool is_hex_digit(const char c) { in is_hex_digit() function
121 if (first + 1 != last && first + 2 != last && is_hex_digit(*(first + 1)) && in percent_decode()
122 is_hex_digit(*(first + 2))) { in percent_decode()
Dhttp2.cc1815 if (util::is_hex_digit(*(it + 1)) && util::is_hex_digit(*(it + 2))) { in normalize_path()
1862 if (util::is_hex_digit(*(it + 1)) && util::is_hex_digit(*(it + 2))) { in normalize_path_colon()
Dutil.cc1412 is_hex_digit(*(first + 1)) && is_hex_digit(*(first + 2))) { in percent_decode()
1502 if (!is_hex_digit(c)) { in is_hex_string()
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
Dquery.hpp212 inline bool is_hex_digit(::boost::uint32_t ch) in is_hex_digit() function
/third_party/boost/boost/spirit/home/support/char_encoding/
Dunicode.hpp65 return ucd::is_hex_digit(ch); in isxdigit()