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