Searched refs:am_util_string_toupper (Results 1 – 2 of 2) sorted by relevance
433 extern int am_util_string_toupper(int c);464 #define am_util_string_toupper(c) ((am_cattr[c & 0x7f] & AM_CATTR_LOWER) ? c & ~0x20 : c) macro474 #define am_util_string_toupper(c) ((am_cattr[c & 0xff] & AM_CATTR_LOWER) ? c & ~0x20 : c) macro
328 int am_util_string_toupper(int c) in am_util_string_toupper() function