Home
last modified time | relevance | path

Searched defs:hexdigit (Results 1 – 8 of 8) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dwrite-properties.c60 static const char hexdigit[] = "0123456789abcdef"; in conv_to_java() local
130 static const char hexdigit[] = "0123456789abcdef"; in write_escaped_string() local
Dwrite-tcl.c58 static const char hexdigit[] = "0123456789abcdef"; in write_tcl_string() local
Dwrite-csharp.c127 static const char hexdigit[] = "0123456789abcdef"; in construct_class_name() local
175 static const char hexdigit[] = "0123456789abcdef"; in write_csharp_string() local
Dwrite-java.c360 static const char hexdigit[] = "0123456789abcdef"; in write_java_string() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalInits.cpp26 char hexdigit(unsigned X) { return X < 10 ? '0' + X : 'A' + X - 10; } in hexdigit() function
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/
Dparser.c830 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function
/third_party/grpc/third_party/upb/cmake/upb/json/
Dparser.c830 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9783 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function