Searched refs:CALENDAR_DECL_LONG_CONST (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/intl/calendar/ |
H A D | calendar_class.cpp | 470 #define CALENDAR_DECL_LONG_CONST(name, val) \ in calendar_register_IntlCalendar_class() macro 474 CALENDAR_DECL_LONG_CONST("FIELD_ERA", UCAL_ERA); in calendar_register_IntlCalendar_class() 475 CALENDAR_DECL_LONG_CONST("FIELD_YEAR", UCAL_YEAR); in calendar_register_IntlCalendar_class() 476 CALENDAR_DECL_LONG_CONST("FIELD_MONTH", UCAL_MONTH); in calendar_register_IntlCalendar_class() 479 CALENDAR_DECL_LONG_CONST("FIELD_DATE", UCAL_DATE); in calendar_register_IntlCalendar_class() 483 CALENDAR_DECL_LONG_CONST("FIELD_AM_PM", UCAL_AM_PM); in calendar_register_IntlCalendar_class() 484 CALENDAR_DECL_LONG_CONST("FIELD_HOUR", UCAL_HOUR); in calendar_register_IntlCalendar_class() 486 CALENDAR_DECL_LONG_CONST("FIELD_MINUTE", UCAL_MINUTE); in calendar_register_IntlCalendar_class() 500 CALENDAR_DECL_LONG_CONST("DOW_SUNDAY", UCAL_SUNDAY); in calendar_register_IntlCalendar_class() 501 CALENDAR_DECL_LONG_CONST("DOW_MONDAY", UCAL_MONDAY); in calendar_register_IntlCalendar_class() [all …]
|
Completed in 11 milliseconds