Searched refs:islower (Results 1 – 19 of 19) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | string_istest.py | 16 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 D | strproc.h | 27 #define islower(c) (((c)>='a')&&((c)<='z')) macro 28 #define isalpha(c) (isupper(c) || islower(c))
|
/AliOS-Things-master/components/netmgr/netdev/src/ |
A D | netdev_ipaddr.c | 13 #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 D | ip6_addr.c | 58 #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 D | ip4_addr.c | 121 #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 D | CoAPPlatform.c | 42 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 D | stdlib_patch.c | 51 #define islower(c) in_range(c, 'a', 'z') macro
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_stdlib.c | 466 int SDL_islower(int x) { return islower(x); } in SDL_islower()
|
/AliOS-Things-master/components/SDL2/ |
A D | configure | 7191 if (XOR (islower (i), ISLOWER (i)) 16596 if (XOR (islower (i), ISLOWER (i))
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | configure | 5036 if (XOR (islower (i), ISLOWER (i))
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | configure | 12754 if (XOR (islower (i), ISLOWER (i))
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | configure | 6255 if (XOR (islower (i), ISLOWER (i))
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | configure | 7871 if (XOR (islower (i), ISLOWER (i))
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | configure | 7595 if (XOR (islower (i), ISLOWER (i))
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | configure | 7839 if (XOR (islower (i), ISLOWER (i))
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure | 8508 if (XOR (islower (i), ISLOWER (i))
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | output.0 | 6255 if (XOR (islower (i), ISLOWER (i))
|
A D | output.1 | 6255 if (XOR (islower (i), ISLOWER (i))
|
A D | output.2 | 7001 if (XOR (islower (i), ISLOWER (i))
|
Completed in 150 milliseconds