Searched defs:hexdigit (Results 1 – 8 of 8) sorted by relevance
60 static const char hexdigit[] = "0123456789abcdef"; in conv_to_java() local130 static const char hexdigit[] = "0123456789abcdef"; in write_escaped_string() local
58 static const char hexdigit[] = "0123456789abcdef"; in write_tcl_string() local
127 static const char hexdigit[] = "0123456789abcdef"; in construct_class_name() local175 static const char hexdigit[] = "0123456789abcdef"; in write_csharp_string() local
360 static const char hexdigit[] = "0123456789abcdef"; in write_java_string() local
26 char hexdigit(unsigned X) { return X < 10 ? '0' + X : 'A' + X - 10; } in hexdigit() function
830 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function
9783 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function