Searched refs:alpha_to_upper (Results 1 – 3 of 3) sorted by relevance
881 char alpha_to_upper(char c);
2969 code[0] = alpha_to_upper(country_code[0]); in rtw_get_chplan_from_country()2970 code[1] = alpha_to_upper(country_code[1]); in rtw_get_chplan_from_country()
3720 inline char alpha_to_upper(char c) in alpha_to_upper() function