Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp909 static bool is_ns_hex_digit(const char C) { in is_ns_hex_digit() function
928 && is_ns_hex_digit(*(Current + 1)) in scan_ns_uri_char()
929 && is_ns_hex_digit(*(Current + 2))) in scan_ns_uri_char()