Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgdummyfile.c438 first_digit = g_ascii_xdigit_value (*scanner++); in unescape_character()
442 second_digit = g_ascii_xdigit_value (*scanner++); in unescape_character()
Dglocalfileinfo.c360 (g_ascii_xdigit_value (str[i+2]) << 4) | in hex_unescape_string()
361 g_ascii_xdigit_value (str[i+3]); in hex_unescape_string()
/external/bluetooth/glib/glib/
Dgstrfuncs.h93 gint g_ascii_xdigit_value (gchar c) G_GNUC_CONST;
Dgconvert.c1605 first_digit = g_ascii_xdigit_value (scanner[0]); in unescape_character()
1609 second_digit = g_ascii_xdigit_value (scanner[1]); in unescape_character()
Dgstrfuncs.c1955 g_ascii_xdigit_value (gchar c) in g_ascii_xdigit_value() function
Dgaliasdef.c2738 #undef g_ascii_xdigit_value
2739 extern __typeof (g_ascii_xdigit_value) g_ascii_xdigit_value __attribute((alias("IA__g_ascii_xdigit_…
Dgalias.h2727 extern __typeof (g_ascii_xdigit_value) IA__g_ascii_xdigit_value __attribute((visibility("hidden")))…
2728 #define g_ascii_xdigit_value IA__g_ascii_xdigit_value macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1184 g_ascii_xdigit_value