Home
last modified time | relevance | path

Searched refs:am_util_string_tolower (Results 1 – 2 of 2) sorted by relevance

/hal_ambiq-latest/utils/
Dam_util_string.h414 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) macro
473 #define am_util_string_tolower(c) ((am_cattr[c & 0xff] & AM_CATTR_UPPER) ? c | 0x20 : c) macro
Dam_util_string.c314 int am_util_string_tolower(int c) in am_util_string_tolower() function