Searched refs:numeric_system (Results 1 – 1 of 1) sorted by relevance
691 enum class numeric_system { enum763 case 'Y': handler.on_year(numeric_system::standard, pad); break;764 case 'y': handler.on_short_year(numeric_system::standard); break;765 case 'C': handler.on_century(numeric_system::standard); break;771 case 'w': handler.on_dec0_weekday(numeric_system::standard); break;772 case 'u': handler.on_dec1_weekday(numeric_system::standard); break;777 case 'm': handler.on_dec_month(numeric_system::standard, pad); break;780 handler.on_dec0_week_of_year(numeric_system::standard, pad);783 handler.on_dec1_week_of_year(numeric_system::standard, pad);785 case 'V': handler.on_iso_week_of_year(numeric_system::standard, pad); break;[all …]