Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDYAMLParser.cpp844 static bool is_ns_hex_digit(const char C) { in is_ns_hex_digit() function
863 && is_ns_hex_digit(*(Current + 1)) in scan_ns_uri_char()
864 && is_ns_hex_digit(*(Current + 2))) in scan_ns_uri_char()