Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/lib/
H A Dtimelib_private.h140 int timelib_strcasecmp(const char *s1, const char *s2);
H A Dtimelib.c233 int timelib_strcasecmp(const char *s1, const char *s2) in timelib_strcasecmp() function
H A Dparse_date.re552 if (timelib_strcasecmp(word, tp->name) == 0) {
585 if (timelib_strcasecmp(word, tp->name) == 0) {
632 if (timelib_strcasecmp(word, tp->name) == 0) {
691 if (timelib_strcasecmp("utc", word) == 0 || timelib_strcasecmp("gmt", word) == 0) {
696 if (timelib_strcasecmp(word, tp->name) == 0) {
H A Dparse_tz.c448 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
H A Dparse_date.c554 if (timelib_strcasecmp(word, tp->name) == 0) { in timelib_lookup_relative_text()
587 if (timelib_strcasecmp(word, tp->name) == 0) { in timelib_lookup_month()
634 if (timelib_strcasecmp(word, tp->name) == 0) { in timelib_lookup_relunit()
693 if (timelib_strcasecmp("utc", word) == 0 || timelib_strcasecmp("gmt", word) == 0) { in abbr_search()
698 if (timelib_strcasecmp(word, tp->name) == 0) { in abbr_search()

Completed in 58 milliseconds