Searched refs:TOLOWER (Results 1 – 7 of 7) sorted by relevance
31 #define TOLOWER(c) (c | 0x20) macro94 *q++ = TOLOWER(*p++); in xsltNewLocale()161 *q++ = TOLOWER(*p++); in xsltNewLocale()
64 STRING(TOLOWER ${PORT} WEBKIT_PORT_DIR)
113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
704 #define TOLOWER(c) (ISUPPER (c) ? (c) - 'A' + 'a' : (c)) in g_parse_long_long() macro1997 c1 = (gint)(guchar) TOLOWER (*s1); in g_ascii_strcasecmp()1998 c2 = (gint)(guchar) TOLOWER (*s2); in g_ascii_strcasecmp()2040 c1 = (gint)(guchar) TOLOWER (*s1); in g_ascii_strncasecmp()2041 c2 = (gint)(guchar) TOLOWER (*s2); in g_ascii_strncasecmp()
47 STRING(TOLOWER ${CMAKE_SYSTEM_PROCESSOR} LOWERCASE_CMAKE_SYSTEM_PROCESSOR)
299 string(TOLOWER "${LLVM_TARGET_ARCH}" LLVM_NATIVE_ARCH)
1599 * glib/gstrfuncs.c (g_ascii_strcasecmp): Use TOLOWER()