Searched refs:am_util_string_tolower (Results 1 – 2 of 2) sorted by relevance
414 extern int am_util_string_tolower(int c);463 #define am_util_string_tolower(c) ((am_cattr[c & 0x7f] & AM_CATTR_UPPER) ? c | 0x20 : c) macro473 #define am_util_string_tolower(c) ((am_cattr[c & 0xff] & AM_CATTR_UPPER) ? c | 0x20 : c) macro
314 int am_util_string_tolower(int c) in am_util_string_tolower() function