Searched refs:CALENDAR_DECL_LONG_CONST (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/intl/calendar/ |
H A D | calendar_class.cpp | 286 #define CALENDAR_DECL_LONG_CONST(name, val) \ in calendar_register_IntlCalendar_class() macro 290 CALENDAR_DECL_LONG_CONST("FIELD_ERA", UCAL_ERA); in calendar_register_IntlCalendar_class() 291 CALENDAR_DECL_LONG_CONST("FIELD_YEAR", UCAL_YEAR); in calendar_register_IntlCalendar_class() 292 CALENDAR_DECL_LONG_CONST("FIELD_MONTH", UCAL_MONTH); in calendar_register_IntlCalendar_class() 295 CALENDAR_DECL_LONG_CONST("FIELD_DATE", UCAL_DATE); in calendar_register_IntlCalendar_class() 299 CALENDAR_DECL_LONG_CONST("FIELD_AM_PM", UCAL_AM_PM); in calendar_register_IntlCalendar_class() 300 CALENDAR_DECL_LONG_CONST("FIELD_HOUR", UCAL_HOUR); in calendar_register_IntlCalendar_class() 302 CALENDAR_DECL_LONG_CONST("FIELD_MINUTE", UCAL_MINUTE); in calendar_register_IntlCalendar_class() 316 CALENDAR_DECL_LONG_CONST("DOW_SUNDAY", UCAL_SUNDAY); in calendar_register_IntlCalendar_class() 317 CALENDAR_DECL_LONG_CONST("DOW_MONDAY", UCAL_MONDAY); in calendar_register_IntlCalendar_class() [all …]
|
Completed in 5 milliseconds