Searched refs:is_hex_digit (Results 1 – 5 of 5) sorted by relevance
83 inline bool is_hex_digit(const char c) { in is_hex_digit() function121 if (first + 1 != last && first + 2 != last && is_hex_digit(*(first + 1)) && in percent_decode()122 is_hex_digit(*(first + 2))) { in percent_decode()
1815 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()
1412 is_hex_digit(*(first + 1)) && is_hex_digit(*(first + 2))) { in percent_decode()1502 if (!is_hex_digit(c)) { in is_hex_string()
212 inline bool is_hex_digit(::boost::uint32_t ch) in is_hex_digit() function
65 return ucd::is_hex_digit(ch); in isxdigit()