Home
last modified time | relevance | path

Searched refs:islower (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/basics/
A Dstring_istest.py16 print("".islower())
17 print("cheese-cake with ... _frosting_*99".islower())
18 print("aB".islower())
19 print("123".islower())
20 print("123a".islower())
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrproc.h27 #define islower(c) (((c)>='a')&&((c)<='z')) macro
28 #define isalpha(c) (isupper(c) || islower(c))
/AliOS-Things-master/components/netmgr/netdev/src/
A Dnetdev_ipaddr.c13 #define islower(c) in_range(c, 'a', 'z') macro
73 val = (val << 4) | (uint32_t) (c + 10 - (islower(c) ? 'a' : 'A')); in netdev_ip4addr_aton()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_addr.c58 #define islower(c) in_range(c, 'a', 'z') macro
136 10 + (islower(*s) ? *s - 'a' : *s - 'A')); in ip6addr_aton()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_addr.c121 #define islower(c) in_range(c, 'a', 'z') macro
189 val = (val << 4) | (int)(c + 10 - (islower(c) ? 'a' : 'A')); in ip4addr_aton()
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPPlatform.c42 val = (val << 4) | (int)(c + 10 - (islower(c) ? 'a' : 'A')); in platform_aton()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c51 #define islower(c) in_range(c, 'a', 'z') macro
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c466 int SDL_islower(int x) { return islower(x); } in SDL_islower()
/AliOS-Things-master/components/SDL2/
A Dconfigure7191 if (XOR (islower (i), ISLOWER (i))
16596 if (XOR (islower (i), ISLOWER (i))
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfigure5036 if (XOR (islower (i), ISLOWER (i))
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure12754 if (XOR (islower (i), ISLOWER (i))
/AliOS-Things-master/components/SDL2/src/image/
A Dconfigure6255 if (XOR (islower (i), ISLOWER (i))
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Dconfigure7871 if (XOR (islower (i), ISLOWER (i))
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dconfigure7595 if (XOR (islower (i), ISLOWER (i))
/AliOS-Things-master/components/SDL2/src/gfx/
A Dconfigure7839 if (XOR (islower (i), ISLOWER (i))
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure8508 if (XOR (islower (i), ISLOWER (i))
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.06255 if (XOR (islower (i), ISLOWER (i))
A Doutput.16255 if (XOR (islower (i), ISLOWER (i))
A Doutput.27001 if (XOR (islower (i), ISLOWER (i))

Completed in 150 milliseconds