islower           163 core/lib_thumb.c int islower(int c) { return _ctype(c,_L); }
islower            29 platform/generic/wrappers.c int islower(int c) { return _islower(c); }