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