Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/lib/
H A Dtimelib_private.h179 int timelib_strcasecmp(const char *s1, const char *s2);
H A Dtimelib.c257 int timelib_strcasecmp(const char *s1, const char *s2) in timelib_strcasecmp() function
H A Dparse_date.re616 if (timelib_strcasecmp(word, tp->name) == 0) {
649 if (timelib_strcasecmp(word, tp->name) == 0) {
708 if (timelib_strcasecmp(word, tp->name) == 0) {
778 if (timelib_strcasecmp("utc", word) == 0 || timelib_strcasecmp("gmt", word) == 0) {
783 if (timelib_strcasecmp(word, tp->name) == 0) {
H A Dparse_tz.c590 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
H A Dparse_date.c618 if (timelib_strcasecmp(word, tp->name) == 0) { in timelib_lookup_relative_text()
651 if (timelib_strcasecmp(word, tp->name) == 0) { in timelib_lookup_month()
710 if (timelib_strcasecmp(word, tp->name) == 0) { in timelib_lookup_relunit()
780 if (timelib_strcasecmp("utc", word) == 0 || timelib_strcasecmp("gmt", word) == 0) { in abbr_search()
785 if (timelib_strcasecmp(word, tp->name) == 0) { in abbr_search()

Completed in 67 milliseconds