_U                161 core/lib_thumb.c int isalpha(int c) { return _ctype(c,(_U|_L)); }
_U                162 core/lib_thumb.c int isupper(int c) { return _ctype(c,_U); }