Home
last modified time | relevance | path

Searched refs:isdigit (Results 1 – 25 of 35) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/basics/
A Dstring_istest.py9 print("".isdigit())
10 print("0123456789".isdigit())
11 print("0123456789a".isdigit())
12 print("0123456789 ".isdigit())
/AliOS-Things-master/components/netmgr/netdev/src/
A Dnetdev_ipaddr.c11 #define isdigit(c) in_range(c, '0', '9') macro
12 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F'))
45 if (!isdigit(c)) in netdev_ip4addr_aton()
66 if (isdigit(c)) in netdev_ip4addr_aton()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dsscanf.c110 while (isdigit(**s)) in skip_atoi()
136 while(isdigit(*str) && (*str)<'8'){ in judge_digit_width()
141 while(isdigit(*str)) { in judge_digit_width()
218 if(isdigit(*fmt)) { in _vsscanf()
363 || (base == 10 && !isdigit(digit)) in _vsscanf()
364 || (base == 8 && (!isdigit(digit) || digit > '7')) in _vsscanf()
365 || (base == 0 && !isdigit(digit))) { in _vsscanf()
A Dstrproc.h21 #define isdigit(c) in_range(c, '0', '9') macro
22 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F'))
A Dstrtoul.c171 if (isdigit(c)) in _strtoul_r()
A Dstrtol.c190 if (isdigit(c)) in _strtol_r()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_addr.c119 #define isdigit(c) in_range(c, '0', '9') macro
120 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F'))
170 if (!isdigit(c)) { in ip4addr_aton()
185 if (isdigit(c)) { in ip4addr_aton()
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPPlatform.c23 if (!isdigit(c)) in platform_aton()
38 if (isdigit(c)) { in platform_aton()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_addr.c56 #define isdigit(c) in_range(c, '0', '9') macro
57 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F'))
135 (isdigit(*s) ? *s - '0' : in ip6addr_aton()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c49 #define isdigit(c) in_range(c, '0', '9') macro
50 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F'))
115 while(isdigit(*str)) { in judge_digit_width()
189 if(isdigit(*fmt)) { in _vsscanf_patch()
317 || (base == 10 && !isdigit(digit)) in _vsscanf_patch()
318 || (base == 8 && (!isdigit(digit) || digit > '7')) in _vsscanf_patch()
319 || (base == 0 && !isdigit(digit))) { in _vsscanf_patch()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_ram_libc.c223 while(isdigit(*fmt1)){ in _rtl_sprintf()
262 while(isdigit(*fmt1)){ in _rtl_printf()
317 while(isdigit(*fmt1)){ in _rtl_sscanf()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Drdswitch.c56 if (! isdigit(ch)) { in read_text_integer()
63 if (! isdigit(ch)) in read_text_integer()
143 if (isdigit(ch)) { /* oops, put it back */ in read_scan_integer()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/
A Dstrtoul.c83 if (isdigit(c)) in strtoul()
/AliOS-Things-master/components/SDL2/test/
A Dtesthaptic.c67 if ((i < 3) && isdigit(name[0]) && ((i == 1) || isdigit(name[1]))) { in main()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dat.c55 isdigit((unsigned char)at->buf[at->pos]); in at_get_number()
512 if (!isdigit((unsigned char)at->buf[at->pos])) { in at_list_get_range()
/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPExport.c103 while (len && isdigit(*q)) { in Cloud_CoAPUri_parse()
/AliOS-Things-master/components/cjson/src/
A DcJPath.c272 if (isdigit(*wordbegin)) { in lex_process()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dutils.c183 while (isdigit(c)) { in ppp_vslprintf()
195 while (isdigit(c)) { in ppp_vslprintf()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dppm2tiff.c326 if (isdigit((int)cp[1])) in processCompressOptions()
A Dpal2rgb.c245 if (isdigit((int)cp[1])) in processCompressOptions()
A Dtiff2bw.c316 if (isdigit((int)cp[1])) in processCompressOptions()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drun-test262.c222 if (isdigit(ca) && isdigit(cb)) { in namelist_cmp()
225 while (isdigit(ca = (unsigned char)*a++)) in namelist_cmp()
227 while (isdigit(cb = (unsigned char)*b++)) in namelist_cmp()
2019 if (optind < argc && !isdigit(argv[optind][0])) { in main()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dhaasboard.py260 elif device and device[0].isdigit() and device[-1].isdigit() and device.count(".") == 3:
A Dpyboard.py264 elif device and device[0].isdigit() and device[-1].isdigit() and device.count(".") == 3:
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtarith.c337 if (c.check_state != exponent && isdigit(ch) && ch != '0') in check_one_character()
403 if (isdigit(ch)) in check_one_character()

Completed in 29 milliseconds

12