Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/lib/
H A Dtimelib.c227 #define timelib_tolower(c) (timelib_tolower_map[(unsigned char)(c)]) macro
246 c1 = timelib_tolower(*(unsigned char *)s1++); in timelib_strcasecmp()
247 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strcasecmp()
268 c1 = timelib_tolower(*(unsigned char *)s1++); in timelib_strncasecmp()
269 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strncasecmp()

Completed in 5 milliseconds