Searched defs:Isupper (Results 1 – 1 of 1) sorted by relevance
79 #define Isupper(c) (((c) & QUOTE) ? 0 : isupper((unsigned char) (c))) macro91 #define Isupper(c) (cmap(c, _UP) && !(((c) & META) && AsciiOnly)) macro