Searched refs:timelib_strcasecmp (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/date/lib/ |
H A D | timelib_private.h | 179 int timelib_strcasecmp(const char *s1, const char *s2);
|
H A D | timelib.c | 257 int timelib_strcasecmp(const char *s1, const char *s2) in timelib_strcasecmp() function
|
H A D | parse_date.re | 616 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 D | parse_tz.c | 590 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
|
H A D | parse_date.c | 618 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 36 milliseconds