Searched refs:is_hex (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/utils/
H A DSkParse.cpp45 static inline bool is_hex(int c) function
113 if (!is_hex(*str))
/external/skqp/src/utils/
H A DSkParse.cpp45 static inline bool is_hex(int c) function
113 if (!is_hex(*str))
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dscanner.c31 bool is_float = false, is_hex = false; local
37 is_hex = true;
48 if (is_hex)
/external/dnsmasq/src/
H A Doption.c643 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local
713 is_addr = is_hex = is_dec = is_string = 1;
720 is_dec = is_hex = 0;
729 is_dec = is_hex = 0;
735 is_dec = is_hex = 0;
739 is_hex = is_addr = 0;
741 is_dec = is_hex = 0;
756 is_hex = 0;
763 is_string = is_dec = is_hex = 0;
768 if (is_hex
[all...]
/external/libxml2/
H A Duri.c1590 static int is_hex(char c) { function
1633 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c688 int is_hex(const u8 *data, size_t len) function
H A Dcommon.h503 int is_hex(const u8 *data, size_t len);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c688 int is_hex(const u8 *data, size_t len) function
H A Dcommon.h503 int is_hex(const u8 *data, size_t len);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c688 int is_hex(const u8 *data, size_t len) function
H A Dcommon.h503 int is_hex(const u8 *data, size_t len);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c499 if (is_hex(cred->ssid, cred->ssid_len)) {
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c499 if (is_hex(cred->ssid, cred->ssid_len)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c499 if (is_hex(cred->ssid, cred->ssid_len)) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c172 if (is_hex(value, len))

Completed in 1012 milliseconds