Searched refs:Isupper (Results 1 – 5 of 5) sorted by relevance
192 # define Isupper(c) (((c) & QUOTE) ? 0 : iswupper(c)) macro205 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : NXIsUpper((unsigned) (c))) macro226 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : isupper((tcshuc) (c))) macro267 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : isupper( oem_it((tcshuc)(c)))) macro289 # define Isupper(c) (cmap((c), _UP) && !(((c) & META) && AsciiOnly)) macro
106 } else if (mode && Isupper(c)) { in NLSChangeCase()
717 LCH1 = Isupper(MCH1) ? Tolower(MCH1) : in is_prefixmatch()719 LCH2 = Isupper(MCH2) ? Tolower(MCH2) : in is_prefixmatch()896 LCH1 = Isupper(MCH1) ? Tolower(MCH1) : MCH1; in recognize()897 LCH2 = Isupper(MCH2) ? Tolower(MCH2) : MCH2; in recognize()
242 if (Isupper(x)) { in color()
3049 if (Isupper(*cp)) in e_capitalcase()3068 if (Isupper(*cp)) in e_lowercase()3301 if (Isupper(c)) in v_change_case()