Searched refs:CALENDAR_DECL_LONG_CONST (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/intl/calendar/ |
H A D | calendar_class.cpp | 473 #define CALENDAR_DECL_LONG_CONST(name, val) \ in calendar_register_IntlCalendar_class() macro 477 CALENDAR_DECL_LONG_CONST("FIELD_ERA", UCAL_ERA); in calendar_register_IntlCalendar_class() 478 CALENDAR_DECL_LONG_CONST("FIELD_YEAR", UCAL_YEAR); in calendar_register_IntlCalendar_class() 479 CALENDAR_DECL_LONG_CONST("FIELD_MONTH", UCAL_MONTH); in calendar_register_IntlCalendar_class() 482 CALENDAR_DECL_LONG_CONST("FIELD_DATE", UCAL_DATE); in calendar_register_IntlCalendar_class() 486 CALENDAR_DECL_LONG_CONST("FIELD_AM_PM", UCAL_AM_PM); in calendar_register_IntlCalendar_class() 487 CALENDAR_DECL_LONG_CONST("FIELD_HOUR", UCAL_HOUR); in calendar_register_IntlCalendar_class() 489 CALENDAR_DECL_LONG_CONST("FIELD_MINUTE", UCAL_MINUTE); in calendar_register_IntlCalendar_class() 503 CALENDAR_DECL_LONG_CONST("DOW_SUNDAY", UCAL_SUNDAY); in calendar_register_IntlCalendar_class() 504 CALENDAR_DECL_LONG_CONST("DOW_MONDAY", UCAL_MONDAY); in calendar_register_IntlCalendar_class() [all …]
|
Completed in 6 milliseconds