Home
last modified time | relevance | path

Searched refs:PatternMatchOption (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/intl/components/src/
H A DDateTimePatternGenerator.h43 enum class PatternMatchOption { enum
71 EnumSet<PatternMatchOption> options = {}) {
110 EnumSet<PatternMatchOption> options) { in toUDateTimePatternMatchOptions()
112 PatternMatchOption from; in toUDateTimePatternMatchOptions()
115 {PatternMatchOption::HourField, UDATPG_MATCH_HOUR_FIELD_LENGTH}, in toUDateTimePatternMatchOptions()
117 {PatternMatchOption::MinuteField, UDATPG_MATCH_MINUTE_FIELD_LENGTH}, in toUDateTimePatternMatchOptions()
118 {PatternMatchOption::SecondField, UDATPG_MATCH_SECOND_FIELD_LENGTH}, in toUDateTimePatternMatchOptions()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/components/src/
H A DDateTimePatternGenerator.h43 enum class PatternMatchOption { enum
71 EnumSet<PatternMatchOption> options = {}) {
110 EnumSet<PatternMatchOption> options) { in toUDateTimePatternMatchOptions()
112 PatternMatchOption from; in toUDateTimePatternMatchOptions()
115 {PatternMatchOption::HourField, UDATPG_MATCH_HOUR_FIELD_LENGTH}, in toUDateTimePatternMatchOptions()
117 {PatternMatchOption::MinuteField, UDATPG_MATCH_MINUTE_FIELD_LENGTH}, in toUDateTimePatternMatchOptions()
118 {PatternMatchOption::SecondField, UDATPG_MATCH_SECOND_FIELD_LENGTH}, in toUDateTimePatternMatchOptions()
/dports/www/firefox/firefox-99.0/intl/components/src/
H A DDateTimePatternGenerator.h49 enum class PatternMatchOption { enum
77 EnumSet<PatternMatchOption> options = {}) {
138 EnumSet<PatternMatchOption> options) { in toUDateTimePatternMatchOptions()
140 PatternMatchOption from; in toUDateTimePatternMatchOptions()
143 {PatternMatchOption::HourField, UDATPG_MATCH_HOUR_FIELD_LENGTH}, in toUDateTimePatternMatchOptions()
145 {PatternMatchOption::MinuteField, UDATPG_MATCH_MINUTE_FIELD_LENGTH}, in toUDateTimePatternMatchOptions()
146 {PatternMatchOption::SecondField, UDATPG_MATCH_SECOND_FIELD_LENGTH}, in toUDateTimePatternMatchOptions()
H A DDateTimeFormat.cpp236 using PatternMatchOption = in PatternMatchOptions() typedef
237 mozilla::intl::DateTimePatternGenerator::PatternMatchOption; in PatternMatchOptions()
238 mozilla::EnumSet<PatternMatchOption> options; in PatternMatchOptions()
240 options += PatternMatchOption::HourField; in PatternMatchOptions()
243 options += PatternMatchOption::MinuteField; in PatternMatchOptions()
246 options += PatternMatchOption::SecondField; in PatternMatchOptions()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/intl/
H A DDateTimeFormat.cpp682 using PatternMatchOption = in PatternMatchOptions() typedef
683 mozilla::intl::DateTimePatternGenerator::PatternMatchOption; in PatternMatchOptions()
684 mozilla::EnumSet<PatternMatchOption> options; in PatternMatchOptions()
686 options += PatternMatchOption::HourField; in PatternMatchOptions()
689 options += PatternMatchOption::MinuteField; in PatternMatchOptions()
692 options += PatternMatchOption::SecondField; in PatternMatchOptions()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/intl/
H A DDateTimeFormat.cpp682 using PatternMatchOption = in PatternMatchOptions() typedef
683 mozilla::intl::DateTimePatternGenerator::PatternMatchOption; in PatternMatchOptions()
684 mozilla::EnumSet<PatternMatchOption> options; in PatternMatchOptions()
686 options += PatternMatchOption::HourField; in PatternMatchOptions()
689 options += PatternMatchOption::MinuteField; in PatternMatchOptions()
692 options += PatternMatchOption::SecondField; in PatternMatchOptions()