Searched defs:islower (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ | ||
| H A D | ctype.h | 27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro |
| /rk3399_rockchip-uboot/common/ | ||
| H A D | lrz.c | 1845 int islower(int c) in islower() function |