Home
last modified time | relevance | path

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

/hal_ambiq-3.7.0/utils/
Dam_util_string.h433 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) macro
474 #define am_util_string_toupper(c) ((am_cattr[c & 0xff] & AM_CATTR_LOWER) ? c & ~0x20 : c) macro
Dam_util_string.c328 int am_util_string_toupper(int c) in am_util_string_toupper() function