Skip to content

Instantly share code, notes, and snippets.

@bim9262
Created August 29, 2023 06:40
Show Gist options
  • Save bim9262/920d29bd6155e207239bf11f42fe5da6 to your computer and use it in GitHub Desktop.
Save bim9262/920d29bd6155e207239bf11f42fe5da6 to your computer and use it in GitHub Desktop.
This shows a comparison between the glibc and icu for am_pm and the decimal point
#![no_std]
#[derive(Debug)]
pub struct UnknownLocale;
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod POSIX {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod aa_DJ {
pub const AM_PM_GLIBC: &[&str] = &["saaku", "carra"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod aa_ER {
pub const AM_PM_GLIBC: &[&str] = &["saaku", "carra"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod aa_ER_saaho {
pub const AM_PM_GLIBC: &[&str] = &["saaku", "carra"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod aa_ET {
pub const AM_PM_GLIBC: &[&str] = &["saaku", "carra"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod af_ZA {
pub const AM_PM_GLIBC: &[&str] = &["VM", "NM"];
pub const AM_PM_ICU: &[&str] = &["vm.", "nm."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod agr_PE {
pub const AM_PM_GLIBC: &[&str] = &["VM", "NM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ak_GH {
pub const AM_PM_GLIBC: &[&str] = &["AN", "EW"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod am_ET {
pub const AM_PM_GLIBC: &[&str] = &["ጡዋት", "ከሰዓት"];
pub const AM_PM_ICU: &[&str] = &["ጥዋት", "ከሰዓት"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod an_ES {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod anp_IN {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_AE {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_BH {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_DZ {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_EG {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_IN {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_IQ {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_JO {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_KW {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_LB {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_LY {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_MA {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_OM {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_QA {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_SA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_SD {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_SS {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_SY {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_TN {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ar_YE {
pub const AM_PM_GLIBC: &[&str] = &["ص", "م"];
pub const AM_PM_ICU: &[&str] = &["ص", "م"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod as_IN {
pub const AM_PM_GLIBC: &[&str] = &["প\u{9c2}ৰ\u{9cd}ব\u{9cd}ব\u{9be}হ\u{9cd}ন", "অপৰ\u{9be}হ\u{9cd}ন"];
pub const AM_PM_ICU: &[&str] = &["প\u{9c2}ৰ\u{9cd}ব\u{9be}হ\u{9cd}ন", "অপৰ\u{9be}হ\u{9cd}ন"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['০', '১', '২', '৩', '৪', '৫', '৬', '৭', '৮', '৯'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ast_ES {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["de la mañana", "de la tarde"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ayc_PE {
pub const AM_PM_GLIBC: &[&str] = &["VM", "NM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod az_AZ {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod az_IR {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod be_BY {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod be_BY_latin {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bem_ZM {
pub const AM_PM_GLIBC: &[&str] = &["uluchelo", "akasuba"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ber_DZ {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ber_MA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bg_BG {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["пр.об.", "сл.об."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bhb_IN {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bho_IN {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["भोर", "सा\u{902}झ"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['०', '१', '२', '३', '४', '५', '६', '७', '८', '९'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bho_NP {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bi_VU {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bn_BD {
pub const AM_PM_GLIBC: &[&str] = &["প\u{9c2}র\u{9cd}ব\u{9be}হ\u{9cd}ণ", "অপর\u{9be}হ\u{9cd}ণ"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['০', '১', '২', '৩', '৪', '৫', '৬', '৭', '৮', '৯'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bn_IN {
pub const AM_PM_GLIBC: &[&str] = &["প\u{9c2}র\u{9cd}ব\u{9be}হ\u{9cd}ণ", "অপর\u{9be}হ\u{9cd}ণ"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['০', '১', '২', '৩', '৪', '৫', '৬', '৭', '৮', '৯'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bo_CN {
pub const AM_PM_GLIBC: &[&str] = &["ངས་ཆ", "ཕ\u{fb1}\u{f72}་ཆ"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bo_IN {
pub const AM_PM_GLIBC: &[&str] = &["ངས་ཆ", "ཕ\u{fb1}\u{f72}་ཆ"];
pub const AM_PM_ICU: &[&str] = &["ས\u{f94}་ད\u{fb2}\u{f7c}་", "ཕ\u{fb1}\u{f72}་ད\u{fb2}\u{f7c}་"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod br_FR {
pub const AM_PM_GLIBC: &[&str] = &[" ", " "];
pub const AM_PM_ICU: &[&str] = &["A.M.", "G.M."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod br_FR_euro {
pub const AM_PM_GLIBC: &[&str] = &[" ", " "];
pub const AM_PM_ICU: &[&str] = &["A.M.", "G.M."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod brx_IN {
pub const AM_PM_GLIBC: &[&str] = &["फ\u{941}\u{902}.", "ब\u{947}लास\u{947}."];
pub const AM_PM_ICU: &[&str] = &["फ\u{941}\u{902}", "ब\u{947}लास\u{947}"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod bs_BA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["prijepodne", "popodne"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod byn_ER {
pub const AM_PM_GLIBC: &[&str] = &["ፋዱስ ጃብ", "ፋዱስ ደምቢ"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ca_AD {
pub const AM_PM_GLIBC: &[&str] = &["a. m.", "p. m."];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ca_ES {
pub const AM_PM_GLIBC: &[&str] = &["a. m.", "p. m."];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ca_ES_euro {
pub const AM_PM_GLIBC: &[&str] = &["a. m.", "p. m."];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ca_ES_valencia {
pub const AM_PM_GLIBC: &[&str] = &["a. m.", "p. m."];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ca_FR {
pub const AM_PM_GLIBC: &[&str] = &["a. m.", "p. m."];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ca_IT {
pub const AM_PM_GLIBC: &[&str] = &["a. m.", "p. m."];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ce_RU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod chr_US {
pub const AM_PM_GLIBC: &[&str] = &["ᏌᎾᎴ", "ᏒᎯᏱᎢᏗᏢ"];
pub const AM_PM_ICU: &[&str] = &["ᏌᎾᎴ", "ᏒᎯᏱᎢᏗᏢ"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod cmn_TW {
pub const AM_PM_GLIBC: &[&str] = &["上午", "下午"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod crh_UA {
pub const AM_PM_GLIBC: &[&str] = &["ÜE", "ÜS"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod cs_CZ {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["dop.", "odp."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod csb_PL {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod cv_RU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod cy_GB {
pub const AM_PM_GLIBC: &[&str] = &["am", "pm"];
pub const AM_PM_ICU: &[&str] = &["yb", "yh"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod da_DK {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_AT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_AT_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_BE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_BE_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_CH {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_DE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_DE_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_IT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_LI {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_LU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod de_LU_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod doi_IN {
pub const AM_PM_GLIBC: &[&str] = &["सञ\u{902}", "सब\u{947}र"];
pub const AM_PM_ICU: &[&str] = &["सव\u{947}र", "दप\u{948}हर बाद"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod dsb_DE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["dopołdnja", "wótpołdnja"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod dv_MV {
pub const AM_PM_GLIBC: &[&str] = &["މކ", "މފ"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod dz_BT {
pub const AM_PM_GLIBC: &[&str] = &["ངས་ཆ", "ཕ\u{fb1}\u{f72}་ཆ"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod el_CY {
pub const AM_PM_GLIBC: &[&str] = &["πμ", "μμ"];
pub const AM_PM_ICU: &[&str] = &["π.μ.", "μ.μ."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod el_GR {
pub const AM_PM_GLIBC: &[&str] = &["πμ", "μμ"];
pub const AM_PM_ICU: &[&str] = &["π.μ.", "μ.μ."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod el_GR_euro {
pub const AM_PM_GLIBC: &[&str] = &["πμ", "μμ"];
pub const AM_PM_ICU: &[&str] = &["π.μ.", "μ.μ."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_AG {
pub const AM_PM_GLIBC: &[&str] = &["am", "pm"];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_AU {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_BW {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_CA {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_DK {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_GB {
pub const AM_PM_GLIBC: &[&str] = &["am", "pm"];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_HK {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_IE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_IE_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_IL {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_IN {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_NG {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_NZ {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_PH {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_SC {
pub const AM_PM_GLIBC: &[&str] = &["am", "pm"];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_SG {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_US {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_ZA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_ZM {
pub const AM_PM_GLIBC: &[&str] = &["am", "pm"];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod en_ZW {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod eo {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["atm", "ptm"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_AR {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_BO {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_CL {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_CO {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_CR {
pub const AM_PM_GLIBC: &[&str] = &["a.m.", "p.m."];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_CU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_DO {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_EC {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_ES {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_ES_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_GT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_HN {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_MX {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_NI {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_PA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_PE {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_PR {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_PY {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_SV {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_US {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_UY {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod es_VE {
pub const AM_PM_GLIBC: &[&str] = &["am", "pm"];
pub const AM_PM_ICU: &[&str] = &["a.\u{a0}m.", "p.\u{a0}m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod et_EE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod eu_ES {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod eu_ES_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fa_IR {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["قبل\u{200c}ازظهر", "بعدازظهر"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ff_SN {
pub const AM_PM_GLIBC: &[&str] = &["subaka", "kikiiɗe"];
pub const AM_PM_ICU: &[&str] = &["subaka", "kikiiɗe"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fi_FI {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["ap.", "ip."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fi_FI_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["ap.", "ip."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fil_PH {
pub const AM_PM_GLIBC: &[&str] = &["N.U.", "N.H."];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fo_FO {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fr_BE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fr_BE_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fr_CA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fr_CH {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fr_FR {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fr_FR_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fr_LU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fr_LU_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fur_IT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fy_DE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod fy_NL {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ga_IE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["r.n.", "i.n."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ga_IE_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["r.n.", "i.n."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod gd_GB {
pub const AM_PM_GLIBC: &[&str] = &["m", "f"];
pub const AM_PM_ICU: &[&str] = &["m", "f"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod gez_ER {
pub const AM_PM_GLIBC: &[&str] = &["ጽባሕ", "ምሴት"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod gez_ER_abegede {
pub const AM_PM_GLIBC: &[&str] = &["ጽባሕ", "ምሴት"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod gez_ET {
pub const AM_PM_GLIBC: &[&str] = &["ጽባሕ", "ምሴት"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod gez_ET_abegede {
pub const AM_PM_GLIBC: &[&str] = &["ጽባሕ", "ምሴት"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod gl_ES {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod gl_ES_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod gu_IN {
pub const AM_PM_GLIBC: &[&str] = &["સવાર\u{ac7}", "સા\u{a82}જ\u{ac7}"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod gv_GB {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ha_NG {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["Safiya", "Yamma"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod hak_TW {
pub const AM_PM_GLIBC: &[&str] = &["上晝", "下晝"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod he_IL {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["לפנה״צ", "אחה״צ"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod hi_IN {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["am", "pm"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod hif_FJ {
pub const AM_PM_GLIBC: &[&str] = &["Purvahan", "Aparaahna"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod hne_IN {
pub const AM_PM_GLIBC: &[&str] = &["बिहिनिया\u{901}", "म\u{902}झनिया\u{901}"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod hr_HR {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod hsb_DE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["dopołdnja", "popołdnju"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ht_HT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod hu_HU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["de.", "du."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod hy_AM {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ia_FR {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod id_ID {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ig_NG {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["N’ụtụtụ", "N’abali"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ik_CA {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod is_IS {
pub const AM_PM_GLIBC: &[&str] = &["fh", "eh"];
pub const AM_PM_ICU: &[&str] = &["f.h.", "e.h."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod it_CH {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod it_IT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod it_IT_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod iu_CA {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ja_JP {
pub const AM_PM_GLIBC: &[&str] = &["午前", "午後"];
pub const AM_PM_ICU: &[&str] = &["午前", "午後"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ka_GE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod kab_DZ {
pub const AM_PM_GLIBC: &[&str] = &["FT", "MD"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod kk_KZ {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod kl_GL {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod km_KH {
pub const AM_PM_GLIBC: &[&str] = &["ព\u{17d2}រ\u{17b9}ក", "ល\u{17d2}ងាច"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod kn_IN {
pub const AM_PM_GLIBC: &[&str] = &["ಪ\u{cc2}ರ\u{ccd}ವಾಹ\u{ccd}ನ", "ಅಪರಾಹ\u{ccd}ನ"];
pub const AM_PM_ICU: &[&str] = &["ಪ\u{cc2}ರ\u{ccd}ವಾಹ\u{ccd}ನ", "ಅಪರಾಹ\u{ccd}ನ"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ko_KR {
pub const AM_PM_GLIBC: &[&str] = &["오전", "오후"];
pub const AM_PM_ICU: &[&str] = &["오전", "오후"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod kok_IN {
pub const AM_PM_GLIBC: &[&str] = &["म.प\u{942}.", "म.न\u{902}."];
pub const AM_PM_ICU: &[&str] = &["सकाळ", "सा\u{902}ज"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ks_IN {
pub const AM_PM_GLIBC: &[&str] = &["دوپھربرونھ", "دوپھرپتھ"];
pub const AM_PM_ICU: &[&str] = &["اے ایم", "پی ایم"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ks_IN_devanagari {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["اے ایم", "پی ایم"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ku_TR {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod kw_GB {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ky_KG {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["таңкы", "түштөн кийинки"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod lb_LU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod lg_UG {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod li_BE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod li_NL {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod lij_IT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ln_CD {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod lo_LA {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["ກ\u{ec8}ອນທ\u{ec8}ຽງ", "ຫ\u{ebc}\u{eb1}ງທ\u{ec8}ຽງ"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod lt_LT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["priešpiet", "popiet"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod lv_LV {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["priekšpusdienā", "pēcpusdienā"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod lzh_TW {
pub const AM_PM_GLIBC: &[&str] = &["朝", "暮"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mag_IN {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mai_IN {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["भोर", "सा\u{902}झ"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mai_NP {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mfe_MU {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mg_MG {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mhr_RU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mi_NZ {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod miq_NI {
pub const AM_PM_GLIBC: &[&str] = &["VM", "NM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mjw_IN {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mk_MK {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["претпл.", "попл."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ml_IN {
pub const AM_PM_GLIBC: &[&str] = &["ര\u{d3e}വിലെ", "വൈക\u{d41}"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mn_MN {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["ү.ө.", "ү.х."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mni_IN {
pub const AM_PM_GLIBC: &[&str] = &["এ.ম.", "প.ম."];
pub const AM_PM_ICU: &[&str] = &["এ এম", "পি এম"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['০', '১', '২', '৩', '৪', '৫', '৬', '৭', '৮', '৯'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mnw_MM {
pub const AM_PM_GLIBC: &[&str] = &["ဂယး", "တ\u{1039}ၚ\u{1032}စေၚ\u{103a}"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mr_IN {
pub const AM_PM_GLIBC: &[&str] = &["म.प\u{942}.", "म.न\u{902}."];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['०', '१', '२', '३', '४', '५', '६', '७', '८', '९'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ms_MY {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["PG", "PTG"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod mt_MT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod my_MM {
pub const AM_PM_GLIBC: &[&str] = &["န\u{1036}နက\u{103a}", "ညနေ"];
pub const AM_PM_ICU: &[&str] = &["န\u{1036}နက\u{103a}", "ညနေ"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['၀', '၁', '၂', '၃', '၄', '၅', '၆', '၇', '၈', '၉'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nan_TW {
pub const AM_PM_GLIBC: &[&str] = &["頂晡", "下晡"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nan_TW_latin {
pub const AM_PM_GLIBC: &[&str] = &["téng-po\u{358}", "ē-po\u{358}"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nb_NO {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nds_DE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nds_NL {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ne_NP {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['०', '१', '२', '३', '४', '५', '६', '७', '८', '९'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nhn_MX {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod niu_NU {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod niu_NZ {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nl_AW {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nl_BE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nl_BE_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nl_NL {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nl_NL_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nn_NO {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nr_ZA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod nso_ZA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod oc_FR {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod om_ET {
pub const AM_PM_GLIBC: &[&str] = &["WD", "WB"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod om_KE {
pub const AM_PM_GLIBC: &[&str] = &["WD", "WB"];
pub const AM_PM_ICU: &[&str] = &["WD", "WB"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod or_IN {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod os_RU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["ӕмбисбоны размӕ", "ӕмбисбоны фӕстӕ"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod pa_IN {
pub const AM_PM_GLIBC: &[&str] = &["ਸਵ\u{a47}ਰ\u{a47}", "ਸ਼ਾਮ"];
pub const AM_PM_ICU: &[&str] = &["ਪ\u{a42}.ਦ\u{a41}.", "ਬਾ.ਦ\u{a41}."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod pa_PK {
pub const AM_PM_GLIBC: &[&str] = &["ص", "ش"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod pap_AW {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod pap_CW {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod pl_PL {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ps_AF {
pub const AM_PM_GLIBC: &[&str] = &["غ.م.", "غ.و."];
pub const AM_PM_ICU: &[&str] = &["غ.م.", "غ.و."];
pub const DECIMAL_POINT_GLIBC: &str = "٫";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod pt_BR {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod pt_PT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["da manhã", "da tarde"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod pt_PT_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["da manhã", "da tarde"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod quz_PE {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod raj_IN {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["सब\u{947}र\u{947}", "सा\u{902}म"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['०', '१', '२', '३', '४', '५', '६', '७', '८', '९'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ro_RO {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["a.m.", "p.m."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ru_RU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ru_UA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod rw_RW {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sa_IN {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['०', '१', '२', '३', '४', '५', '६', '७', '८', '९'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sah_RU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sat_IN {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["ᱥᱮᱛᱟᱜ", "ᱧᱤᱫᱟᱹ"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['᱐', '᱑', '᱒', '᱓', '᱔', '᱕', '᱖', '᱗', '᱘', '᱙'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sc_IT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sd_IN {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sd_IN_devanagari {
pub const AM_PM_GLIBC: &[&str] = &["म.प\u{942}.", "म.न\u{902}."];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod se_NO {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sgs_LT {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod shn_MM {
pub const AM_PM_GLIBC: &[&str] = &["ၵၢင\u{103a}ၼ\u{1082}\u{103a}", "တၢမ\u{103a}းၶမ\u{103a}ႈ"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod shs_CA {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod si_LK {
pub const AM_PM_GLIBC: &[&str] = &["පෙ.ව.", "ප.ව."];
pub const AM_PM_ICU: &[&str] = &["පෙ.ව.", "ප.ව."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sid_ET {
pub const AM_PM_GLIBC: &[&str] = &["soodo", "hawwaro"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sk_SK {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sl_SI {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["dop.", "pop."];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sm_WS {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod so_DJ {
pub const AM_PM_GLIBC: &[&str] = &["subaxnimo", "galabnimo"];
pub const AM_PM_ICU: &[&str] = &["GH", "GD"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod so_ET {
pub const AM_PM_GLIBC: &[&str] = &["subaxnimo", "galabnimo"];
pub const AM_PM_ICU: &[&str] = &["GH", "GD"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod so_KE {
pub const AM_PM_GLIBC: &[&str] = &["subaxnimo", "galabnimo"];
pub const AM_PM_ICU: &[&str] = &["GH", "GD"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod so_SO {
pub const AM_PM_GLIBC: &[&str] = &["subaxnimo", "galabnimo"];
pub const AM_PM_ICU: &[&str] = &["GH", "GD"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sq_AL {
pub const AM_PM_GLIBC: &[&str] = &["PD", "MD"];
pub const AM_PM_ICU: &[&str] = &["e paradites", "e pasdites"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sq_MK {
pub const AM_PM_GLIBC: &[&str] = &["PD", "MD"];
pub const AM_PM_ICU: &[&str] = &["e paradites", "e pasdites"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sr_ME {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sr_RS {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sr_RS_latin {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ss_ZA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod st_ZA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sv_FI {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["fm", "em"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sv_FI_euro {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["fm", "em"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sv_SE {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["fm", "em"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sw_KE {
pub const AM_PM_GLIBC: &[&str] = &["asubuhi", "alasiri"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod sw_TZ {
pub const AM_PM_GLIBC: &[&str] = &["asubuhi", "alasiri"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod szl_PL {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ta_IN {
pub const AM_PM_GLIBC: &[&str] = &["க\u{bbe}லை", "ம\u{bbe}லை"];
pub const AM_PM_ICU: &[&str] = &["முற\u{bcd}பகல\u{bcd}", "பிற\u{bcd}பகல\u{bcd}"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ta_LK {
pub const AM_PM_GLIBC: &[&str] = &["க\u{bbe}லை", "ம\u{bbe}லை"];
pub const AM_PM_ICU: &[&str] = &["முற\u{bcd}பகல\u{bcd}", "பிற\u{bcd}பகல\u{bcd}"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tcy_IN {
pub const AM_PM_GLIBC: &[&str] = &["ಕಾಂಡ\u{cc6}", "ಬಯ\u{ccd}ಯ"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod te_IN {
pub const AM_PM_GLIBC: &[&str] = &["ఉ.", "స\u{c3e}."];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tg_TJ {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod th_TH {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["ก\u{e48}อนเท\u{e35}\u{e48}ยง", "หล\u{e31}งเท\u{e35}\u{e48}ยง"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod the_NP {
pub const AM_PM_GLIBC: &[&str] = &["प\u{942}र\u{94d}वाह\u{94d}न", "अपराह\u{94d}न"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ti_ER {
pub const AM_PM_GLIBC: &[&str] = &["ንጉሆ ሰዓተ", "ድሕር ሰዓት"];
pub const AM_PM_ICU: &[&str] = &["ቅ.ቀ.", "ድ.ቀ."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ti_ET {
pub const AM_PM_GLIBC: &[&str] = &["ንጉሆ ሰዓተ", "ድሕር ሰዓት"];
pub const AM_PM_ICU: &[&str] = &["ቅ.ቀ.", "ድ.ቀ."];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tig_ER {
pub const AM_PM_GLIBC: &[&str] = &["ቀደም ሰር ምዕል", "ሓቆ ሰር ምዕል"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tk_TM {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["günortadan öň", "günortadan soň"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tl_PH {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tn_ZA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod to_TO {
pub const AM_PM_GLIBC: &[&str] = &["hengihengi", "efiafi"];
pub const AM_PM_ICU: &[&str] = &["hengihengi", "efiafi"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tpi_PG {
pub const AM_PM_GLIBC: &[&str] = &["biknait", "apinun"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tr_CY {
pub const AM_PM_GLIBC: &[&str] = &["ÖÖ", "ÖS"];
pub const AM_PM_ICU: &[&str] = &["ÖÖ", "ÖS"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tr_TR {
pub const AM_PM_GLIBC: &[&str] = &["ÖÖ", "ÖS"];
pub const AM_PM_ICU: &[&str] = &["ÖÖ", "ÖS"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ts_ZA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tt_RU {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod tt_RU_iqtelif {
pub const AM_PM_GLIBC: &[&str] = &["ÖA", "ÖS"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ug_CN {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod uk_UA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["дп", "пп"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod unm_US {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ur_IN {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = "٫";
pub const DIGITS_ICU: &[char] = &['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ur_PK {
pub const AM_PM_GLIBC: &[&str] = &["ص", "ش"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod uz_UZ {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["TO", "TK"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod uz_UZ_cyrillic {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod ve_ZA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod vi_VN {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["SA", "CH"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod wa_BE {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod wa_BE_euro {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod wae_CH {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod wal_ET {
pub const AM_PM_GLIBC: &[&str] = &["ማለዶ", "ቃማ"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod wo_SN {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["Sub", "Ngo"];
pub const DECIMAL_POINT_GLIBC: &str = ",";
pub const DECIMAL_POINT_ICU: &str = ",";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod xh_ZA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod yi_US {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["פ\u{5bf}א\u{5b7}רמיטא\u{5b8}ג", "נא\u{5b8}כמיטא\u{5b8}ג"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod yo_NG {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["Àárọ\u{300}", "Ọ\u{300}sán"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod yue_HK {
pub const AM_PM_GLIBC: &[&str] = &["上午", "下午"];
pub const AM_PM_ICU: &[&str] = &["上午", "下午"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod yuw_PG {
pub const AM_PM_GLIBC: &[&str] = &["AM", "PM"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod zh_CN {
pub const AM_PM_GLIBC: &[&str] = &["上午", "下午"];
pub const AM_PM_ICU: &[&str] = &["上午", "下午"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod zh_HK {
pub const AM_PM_GLIBC: &[&str] = &["上午", "下午"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod zh_SG {
pub const AM_PM_GLIBC: &[&str] = &["上午", "下午"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod zh_TW {
pub const AM_PM_GLIBC: &[&str] = &["上午", "下午"];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[allow(non_snake_case,non_camel_case_types,dead_code,unused_imports)]
pub mod zu_ZA {
pub const AM_PM_GLIBC: &[&str] = &["", ""];
pub const AM_PM_ICU: &[&str] = &["AM", "PM"];
pub const DECIMAL_POINT_GLIBC: &str = ".";
pub const DECIMAL_POINT_ICU: &str = ".";
pub const DIGITS_ICU: &[char] = &['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
}
#[macro_export]
macro_rules! locale_match {
($locale:expr => $($item:ident)::+) => {{
match $locale {
pure_rust_locales::Locale::POSIX => $crate::POSIX::$($item)::+,
pure_rust_locales::Locale::aa_DJ => $crate::aa_DJ::$($item)::+,
pure_rust_locales::Locale::aa_ER => $crate::aa_ER::$($item)::+,
pure_rust_locales::Locale::aa_ER_saaho => $crate::aa_ER_saaho::$($item)::+,
pure_rust_locales::Locale::aa_ET => $crate::aa_ET::$($item)::+,
pure_rust_locales::Locale::af_ZA => $crate::af_ZA::$($item)::+,
pure_rust_locales::Locale::agr_PE => $crate::agr_PE::$($item)::+,
pure_rust_locales::Locale::ak_GH => $crate::ak_GH::$($item)::+,
pure_rust_locales::Locale::am_ET => $crate::am_ET::$($item)::+,
pure_rust_locales::Locale::an_ES => $crate::an_ES::$($item)::+,
pure_rust_locales::Locale::anp_IN => $crate::anp_IN::$($item)::+,
pure_rust_locales::Locale::ar_AE => $crate::ar_AE::$($item)::+,
pure_rust_locales::Locale::ar_BH => $crate::ar_BH::$($item)::+,
pure_rust_locales::Locale::ar_DZ => $crate::ar_DZ::$($item)::+,
pure_rust_locales::Locale::ar_EG => $crate::ar_EG::$($item)::+,
pure_rust_locales::Locale::ar_IN => $crate::ar_IN::$($item)::+,
pure_rust_locales::Locale::ar_IQ => $crate::ar_IQ::$($item)::+,
pure_rust_locales::Locale::ar_JO => $crate::ar_JO::$($item)::+,
pure_rust_locales::Locale::ar_KW => $crate::ar_KW::$($item)::+,
pure_rust_locales::Locale::ar_LB => $crate::ar_LB::$($item)::+,
pure_rust_locales::Locale::ar_LY => $crate::ar_LY::$($item)::+,
pure_rust_locales::Locale::ar_MA => $crate::ar_MA::$($item)::+,
pure_rust_locales::Locale::ar_OM => $crate::ar_OM::$($item)::+,
pure_rust_locales::Locale::ar_QA => $crate::ar_QA::$($item)::+,
pure_rust_locales::Locale::ar_SA => $crate::ar_SA::$($item)::+,
pure_rust_locales::Locale::ar_SD => $crate::ar_SD::$($item)::+,
pure_rust_locales::Locale::ar_SS => $crate::ar_SS::$($item)::+,
pure_rust_locales::Locale::ar_SY => $crate::ar_SY::$($item)::+,
pure_rust_locales::Locale::ar_TN => $crate::ar_TN::$($item)::+,
pure_rust_locales::Locale::ar_YE => $crate::ar_YE::$($item)::+,
pure_rust_locales::Locale::as_IN => $crate::as_IN::$($item)::+,
pure_rust_locales::Locale::ast_ES => $crate::ast_ES::$($item)::+,
pure_rust_locales::Locale::ayc_PE => $crate::ayc_PE::$($item)::+,
pure_rust_locales::Locale::az_AZ => $crate::az_AZ::$($item)::+,
pure_rust_locales::Locale::az_IR => $crate::az_IR::$($item)::+,
pure_rust_locales::Locale::be_BY => $crate::be_BY::$($item)::+,
pure_rust_locales::Locale::be_BY_latin => $crate::be_BY_latin::$($item)::+,
pure_rust_locales::Locale::bem_ZM => $crate::bem_ZM::$($item)::+,
pure_rust_locales::Locale::ber_DZ => $crate::ber_DZ::$($item)::+,
pure_rust_locales::Locale::ber_MA => $crate::ber_MA::$($item)::+,
pure_rust_locales::Locale::bg_BG => $crate::bg_BG::$($item)::+,
pure_rust_locales::Locale::bhb_IN => $crate::bhb_IN::$($item)::+,
pure_rust_locales::Locale::bho_IN => $crate::bho_IN::$($item)::+,
pure_rust_locales::Locale::bho_NP => $crate::bho_NP::$($item)::+,
pure_rust_locales::Locale::bi_VU => $crate::bi_VU::$($item)::+,
pure_rust_locales::Locale::bn_BD => $crate::bn_BD::$($item)::+,
pure_rust_locales::Locale::bn_IN => $crate::bn_IN::$($item)::+,
pure_rust_locales::Locale::bo_CN => $crate::bo_CN::$($item)::+,
pure_rust_locales::Locale::bo_IN => $crate::bo_IN::$($item)::+,
pure_rust_locales::Locale::br_FR => $crate::br_FR::$($item)::+,
pure_rust_locales::Locale::br_FR_euro => $crate::br_FR_euro::$($item)::+,
pure_rust_locales::Locale::brx_IN => $crate::brx_IN::$($item)::+,
pure_rust_locales::Locale::bs_BA => $crate::bs_BA::$($item)::+,
pure_rust_locales::Locale::byn_ER => $crate::byn_ER::$($item)::+,
pure_rust_locales::Locale::ca_AD => $crate::ca_AD::$($item)::+,
pure_rust_locales::Locale::ca_ES => $crate::ca_ES::$($item)::+,
pure_rust_locales::Locale::ca_ES_euro => $crate::ca_ES_euro::$($item)::+,
pure_rust_locales::Locale::ca_ES_valencia => $crate::ca_ES_valencia::$($item)::+,
pure_rust_locales::Locale::ca_FR => $crate::ca_FR::$($item)::+,
pure_rust_locales::Locale::ca_IT => $crate::ca_IT::$($item)::+,
pure_rust_locales::Locale::ce_RU => $crate::ce_RU::$($item)::+,
pure_rust_locales::Locale::chr_US => $crate::chr_US::$($item)::+,
pure_rust_locales::Locale::cmn_TW => $crate::cmn_TW::$($item)::+,
pure_rust_locales::Locale::crh_UA => $crate::crh_UA::$($item)::+,
pure_rust_locales::Locale::cs_CZ => $crate::cs_CZ::$($item)::+,
pure_rust_locales::Locale::csb_PL => $crate::csb_PL::$($item)::+,
pure_rust_locales::Locale::cv_RU => $crate::cv_RU::$($item)::+,
pure_rust_locales::Locale::cy_GB => $crate::cy_GB::$($item)::+,
pure_rust_locales::Locale::da_DK => $crate::da_DK::$($item)::+,
pure_rust_locales::Locale::de_AT => $crate::de_AT::$($item)::+,
pure_rust_locales::Locale::de_AT_euro => $crate::de_AT_euro::$($item)::+,
pure_rust_locales::Locale::de_BE => $crate::de_BE::$($item)::+,
pure_rust_locales::Locale::de_BE_euro => $crate::de_BE_euro::$($item)::+,
pure_rust_locales::Locale::de_CH => $crate::de_CH::$($item)::+,
pure_rust_locales::Locale::de_DE => $crate::de_DE::$($item)::+,
pure_rust_locales::Locale::de_DE_euro => $crate::de_DE_euro::$($item)::+,
pure_rust_locales::Locale::de_IT => $crate::de_IT::$($item)::+,
pure_rust_locales::Locale::de_LI => $crate::de_LI::$($item)::+,
pure_rust_locales::Locale::de_LU => $crate::de_LU::$($item)::+,
pure_rust_locales::Locale::de_LU_euro => $crate::de_LU_euro::$($item)::+,
pure_rust_locales::Locale::doi_IN => $crate::doi_IN::$($item)::+,
pure_rust_locales::Locale::dsb_DE => $crate::dsb_DE::$($item)::+,
pure_rust_locales::Locale::dv_MV => $crate::dv_MV::$($item)::+,
pure_rust_locales::Locale::dz_BT => $crate::dz_BT::$($item)::+,
pure_rust_locales::Locale::el_CY => $crate::el_CY::$($item)::+,
pure_rust_locales::Locale::el_GR => $crate::el_GR::$($item)::+,
pure_rust_locales::Locale::el_GR_euro => $crate::el_GR_euro::$($item)::+,
pure_rust_locales::Locale::en_AG => $crate::en_AG::$($item)::+,
pure_rust_locales::Locale::en_AU => $crate::en_AU::$($item)::+,
pure_rust_locales::Locale::en_BW => $crate::en_BW::$($item)::+,
pure_rust_locales::Locale::en_CA => $crate::en_CA::$($item)::+,
pure_rust_locales::Locale::en_DK => $crate::en_DK::$($item)::+,
pure_rust_locales::Locale::en_GB => $crate::en_GB::$($item)::+,
pure_rust_locales::Locale::en_HK => $crate::en_HK::$($item)::+,
pure_rust_locales::Locale::en_IE => $crate::en_IE::$($item)::+,
pure_rust_locales::Locale::en_IE_euro => $crate::en_IE_euro::$($item)::+,
pure_rust_locales::Locale::en_IL => $crate::en_IL::$($item)::+,
pure_rust_locales::Locale::en_IN => $crate::en_IN::$($item)::+,
pure_rust_locales::Locale::en_NG => $crate::en_NG::$($item)::+,
pure_rust_locales::Locale::en_NZ => $crate::en_NZ::$($item)::+,
pure_rust_locales::Locale::en_PH => $crate::en_PH::$($item)::+,
pure_rust_locales::Locale::en_SC => $crate::en_SC::$($item)::+,
pure_rust_locales::Locale::en_SG => $crate::en_SG::$($item)::+,
pure_rust_locales::Locale::en_US => $crate::en_US::$($item)::+,
pure_rust_locales::Locale::en_ZA => $crate::en_ZA::$($item)::+,
pure_rust_locales::Locale::en_ZM => $crate::en_ZM::$($item)::+,
pure_rust_locales::Locale::en_ZW => $crate::en_ZW::$($item)::+,
pure_rust_locales::Locale::eo => $crate::eo::$($item)::+,
pure_rust_locales::Locale::es_AR => $crate::es_AR::$($item)::+,
pure_rust_locales::Locale::es_BO => $crate::es_BO::$($item)::+,
pure_rust_locales::Locale::es_CL => $crate::es_CL::$($item)::+,
pure_rust_locales::Locale::es_CO => $crate::es_CO::$($item)::+,
pure_rust_locales::Locale::es_CR => $crate::es_CR::$($item)::+,
pure_rust_locales::Locale::es_CU => $crate::es_CU::$($item)::+,
pure_rust_locales::Locale::es_DO => $crate::es_DO::$($item)::+,
pure_rust_locales::Locale::es_EC => $crate::es_EC::$($item)::+,
pure_rust_locales::Locale::es_ES => $crate::es_ES::$($item)::+,
pure_rust_locales::Locale::es_ES_euro => $crate::es_ES_euro::$($item)::+,
pure_rust_locales::Locale::es_GT => $crate::es_GT::$($item)::+,
pure_rust_locales::Locale::es_HN => $crate::es_HN::$($item)::+,
pure_rust_locales::Locale::es_MX => $crate::es_MX::$($item)::+,
pure_rust_locales::Locale::es_NI => $crate::es_NI::$($item)::+,
pure_rust_locales::Locale::es_PA => $crate::es_PA::$($item)::+,
pure_rust_locales::Locale::es_PE => $crate::es_PE::$($item)::+,
pure_rust_locales::Locale::es_PR => $crate::es_PR::$($item)::+,
pure_rust_locales::Locale::es_PY => $crate::es_PY::$($item)::+,
pure_rust_locales::Locale::es_SV => $crate::es_SV::$($item)::+,
pure_rust_locales::Locale::es_US => $crate::es_US::$($item)::+,
pure_rust_locales::Locale::es_UY => $crate::es_UY::$($item)::+,
pure_rust_locales::Locale::es_VE => $crate::es_VE::$($item)::+,
pure_rust_locales::Locale::et_EE => $crate::et_EE::$($item)::+,
pure_rust_locales::Locale::eu_ES => $crate::eu_ES::$($item)::+,
pure_rust_locales::Locale::eu_ES_euro => $crate::eu_ES_euro::$($item)::+,
pure_rust_locales::Locale::fa_IR => $crate::fa_IR::$($item)::+,
pure_rust_locales::Locale::ff_SN => $crate::ff_SN::$($item)::+,
pure_rust_locales::Locale::fi_FI => $crate::fi_FI::$($item)::+,
pure_rust_locales::Locale::fi_FI_euro => $crate::fi_FI_euro::$($item)::+,
pure_rust_locales::Locale::fil_PH => $crate::fil_PH::$($item)::+,
pure_rust_locales::Locale::fo_FO => $crate::fo_FO::$($item)::+,
pure_rust_locales::Locale::fr_BE => $crate::fr_BE::$($item)::+,
pure_rust_locales::Locale::fr_BE_euro => $crate::fr_BE_euro::$($item)::+,
pure_rust_locales::Locale::fr_CA => $crate::fr_CA::$($item)::+,
pure_rust_locales::Locale::fr_CH => $crate::fr_CH::$($item)::+,
pure_rust_locales::Locale::fr_FR => $crate::fr_FR::$($item)::+,
pure_rust_locales::Locale::fr_FR_euro => $crate::fr_FR_euro::$($item)::+,
pure_rust_locales::Locale::fr_LU => $crate::fr_LU::$($item)::+,
pure_rust_locales::Locale::fr_LU_euro => $crate::fr_LU_euro::$($item)::+,
pure_rust_locales::Locale::fur_IT => $crate::fur_IT::$($item)::+,
pure_rust_locales::Locale::fy_DE => $crate::fy_DE::$($item)::+,
pure_rust_locales::Locale::fy_NL => $crate::fy_NL::$($item)::+,
pure_rust_locales::Locale::ga_IE => $crate::ga_IE::$($item)::+,
pure_rust_locales::Locale::ga_IE_euro => $crate::ga_IE_euro::$($item)::+,
pure_rust_locales::Locale::gd_GB => $crate::gd_GB::$($item)::+,
pure_rust_locales::Locale::gez_ER => $crate::gez_ER::$($item)::+,
pure_rust_locales::Locale::gez_ER_abegede => $crate::gez_ER_abegede::$($item)::+,
pure_rust_locales::Locale::gez_ET => $crate::gez_ET::$($item)::+,
pure_rust_locales::Locale::gez_ET_abegede => $crate::gez_ET_abegede::$($item)::+,
pure_rust_locales::Locale::gl_ES => $crate::gl_ES::$($item)::+,
pure_rust_locales::Locale::gl_ES_euro => $crate::gl_ES_euro::$($item)::+,
pure_rust_locales::Locale::gu_IN => $crate::gu_IN::$($item)::+,
pure_rust_locales::Locale::gv_GB => $crate::gv_GB::$($item)::+,
pure_rust_locales::Locale::ha_NG => $crate::ha_NG::$($item)::+,
pure_rust_locales::Locale::hak_TW => $crate::hak_TW::$($item)::+,
pure_rust_locales::Locale::he_IL => $crate::he_IL::$($item)::+,
pure_rust_locales::Locale::hi_IN => $crate::hi_IN::$($item)::+,
pure_rust_locales::Locale::hif_FJ => $crate::hif_FJ::$($item)::+,
pure_rust_locales::Locale::hne_IN => $crate::hne_IN::$($item)::+,
pure_rust_locales::Locale::hr_HR => $crate::hr_HR::$($item)::+,
pure_rust_locales::Locale::hsb_DE => $crate::hsb_DE::$($item)::+,
pure_rust_locales::Locale::ht_HT => $crate::ht_HT::$($item)::+,
pure_rust_locales::Locale::hu_HU => $crate::hu_HU::$($item)::+,
pure_rust_locales::Locale::hy_AM => $crate::hy_AM::$($item)::+,
pure_rust_locales::Locale::ia_FR => $crate::ia_FR::$($item)::+,
pure_rust_locales::Locale::id_ID => $crate::id_ID::$($item)::+,
pure_rust_locales::Locale::ig_NG => $crate::ig_NG::$($item)::+,
pure_rust_locales::Locale::ik_CA => $crate::ik_CA::$($item)::+,
pure_rust_locales::Locale::is_IS => $crate::is_IS::$($item)::+,
pure_rust_locales::Locale::it_CH => $crate::it_CH::$($item)::+,
pure_rust_locales::Locale::it_IT => $crate::it_IT::$($item)::+,
pure_rust_locales::Locale::it_IT_euro => $crate::it_IT_euro::$($item)::+,
pure_rust_locales::Locale::iu_CA => $crate::iu_CA::$($item)::+,
pure_rust_locales::Locale::ja_JP => $crate::ja_JP::$($item)::+,
pure_rust_locales::Locale::ka_GE => $crate::ka_GE::$($item)::+,
pure_rust_locales::Locale::kab_DZ => $crate::kab_DZ::$($item)::+,
pure_rust_locales::Locale::kk_KZ => $crate::kk_KZ::$($item)::+,
pure_rust_locales::Locale::kl_GL => $crate::kl_GL::$($item)::+,
pure_rust_locales::Locale::km_KH => $crate::km_KH::$($item)::+,
pure_rust_locales::Locale::kn_IN => $crate::kn_IN::$($item)::+,
pure_rust_locales::Locale::ko_KR => $crate::ko_KR::$($item)::+,
pure_rust_locales::Locale::kok_IN => $crate::kok_IN::$($item)::+,
pure_rust_locales::Locale::ks_IN => $crate::ks_IN::$($item)::+,
pure_rust_locales::Locale::ks_IN_devanagari => $crate::ks_IN_devanagari::$($item)::+,
pure_rust_locales::Locale::ku_TR => $crate::ku_TR::$($item)::+,
pure_rust_locales::Locale::kw_GB => $crate::kw_GB::$($item)::+,
pure_rust_locales::Locale::ky_KG => $crate::ky_KG::$($item)::+,
pure_rust_locales::Locale::lb_LU => $crate::lb_LU::$($item)::+,
pure_rust_locales::Locale::lg_UG => $crate::lg_UG::$($item)::+,
pure_rust_locales::Locale::li_BE => $crate::li_BE::$($item)::+,
pure_rust_locales::Locale::li_NL => $crate::li_NL::$($item)::+,
pure_rust_locales::Locale::lij_IT => $crate::lij_IT::$($item)::+,
pure_rust_locales::Locale::ln_CD => $crate::ln_CD::$($item)::+,
pure_rust_locales::Locale::lo_LA => $crate::lo_LA::$($item)::+,
pure_rust_locales::Locale::lt_LT => $crate::lt_LT::$($item)::+,
pure_rust_locales::Locale::lv_LV => $crate::lv_LV::$($item)::+,
pure_rust_locales::Locale::lzh_TW => $crate::lzh_TW::$($item)::+,
pure_rust_locales::Locale::mag_IN => $crate::mag_IN::$($item)::+,
pure_rust_locales::Locale::mai_IN => $crate::mai_IN::$($item)::+,
pure_rust_locales::Locale::mai_NP => $crate::mai_NP::$($item)::+,
pure_rust_locales::Locale::mfe_MU => $crate::mfe_MU::$($item)::+,
pure_rust_locales::Locale::mg_MG => $crate::mg_MG::$($item)::+,
pure_rust_locales::Locale::mhr_RU => $crate::mhr_RU::$($item)::+,
pure_rust_locales::Locale::mi_NZ => $crate::mi_NZ::$($item)::+,
pure_rust_locales::Locale::miq_NI => $crate::miq_NI::$($item)::+,
pure_rust_locales::Locale::mjw_IN => $crate::mjw_IN::$($item)::+,
pure_rust_locales::Locale::mk_MK => $crate::mk_MK::$($item)::+,
pure_rust_locales::Locale::ml_IN => $crate::ml_IN::$($item)::+,
pure_rust_locales::Locale::mn_MN => $crate::mn_MN::$($item)::+,
pure_rust_locales::Locale::mni_IN => $crate::mni_IN::$($item)::+,
pure_rust_locales::Locale::mnw_MM => $crate::mnw_MM::$($item)::+,
pure_rust_locales::Locale::mr_IN => $crate::mr_IN::$($item)::+,
pure_rust_locales::Locale::ms_MY => $crate::ms_MY::$($item)::+,
pure_rust_locales::Locale::mt_MT => $crate::mt_MT::$($item)::+,
pure_rust_locales::Locale::my_MM => $crate::my_MM::$($item)::+,
pure_rust_locales::Locale::nan_TW => $crate::nan_TW::$($item)::+,
pure_rust_locales::Locale::nan_TW_latin => $crate::nan_TW_latin::$($item)::+,
pure_rust_locales::Locale::nb_NO => $crate::nb_NO::$($item)::+,
pure_rust_locales::Locale::nds_DE => $crate::nds_DE::$($item)::+,
pure_rust_locales::Locale::nds_NL => $crate::nds_NL::$($item)::+,
pure_rust_locales::Locale::ne_NP => $crate::ne_NP::$($item)::+,
pure_rust_locales::Locale::nhn_MX => $crate::nhn_MX::$($item)::+,
pure_rust_locales::Locale::niu_NU => $crate::niu_NU::$($item)::+,
pure_rust_locales::Locale::niu_NZ => $crate::niu_NZ::$($item)::+,
pure_rust_locales::Locale::nl_AW => $crate::nl_AW::$($item)::+,
pure_rust_locales::Locale::nl_BE => $crate::nl_BE::$($item)::+,
pure_rust_locales::Locale::nl_BE_euro => $crate::nl_BE_euro::$($item)::+,
pure_rust_locales::Locale::nl_NL => $crate::nl_NL::$($item)::+,
pure_rust_locales::Locale::nl_NL_euro => $crate::nl_NL_euro::$($item)::+,
pure_rust_locales::Locale::nn_NO => $crate::nn_NO::$($item)::+,
pure_rust_locales::Locale::nr_ZA => $crate::nr_ZA::$($item)::+,
pure_rust_locales::Locale::nso_ZA => $crate::nso_ZA::$($item)::+,
pure_rust_locales::Locale::oc_FR => $crate::oc_FR::$($item)::+,
pure_rust_locales::Locale::om_ET => $crate::om_ET::$($item)::+,
pure_rust_locales::Locale::om_KE => $crate::om_KE::$($item)::+,
pure_rust_locales::Locale::or_IN => $crate::or_IN::$($item)::+,
pure_rust_locales::Locale::os_RU => $crate::os_RU::$($item)::+,
pure_rust_locales::Locale::pa_IN => $crate::pa_IN::$($item)::+,
pure_rust_locales::Locale::pa_PK => $crate::pa_PK::$($item)::+,
pure_rust_locales::Locale::pap_AW => $crate::pap_AW::$($item)::+,
pure_rust_locales::Locale::pap_CW => $crate::pap_CW::$($item)::+,
pure_rust_locales::Locale::pl_PL => $crate::pl_PL::$($item)::+,
pure_rust_locales::Locale::ps_AF => $crate::ps_AF::$($item)::+,
pure_rust_locales::Locale::pt_BR => $crate::pt_BR::$($item)::+,
pure_rust_locales::Locale::pt_PT => $crate::pt_PT::$($item)::+,
pure_rust_locales::Locale::pt_PT_euro => $crate::pt_PT_euro::$($item)::+,
pure_rust_locales::Locale::quz_PE => $crate::quz_PE::$($item)::+,
pure_rust_locales::Locale::raj_IN => $crate::raj_IN::$($item)::+,
pure_rust_locales::Locale::ro_RO => $crate::ro_RO::$($item)::+,
pure_rust_locales::Locale::ru_RU => $crate::ru_RU::$($item)::+,
pure_rust_locales::Locale::ru_UA => $crate::ru_UA::$($item)::+,
pure_rust_locales::Locale::rw_RW => $crate::rw_RW::$($item)::+,
pure_rust_locales::Locale::sa_IN => $crate::sa_IN::$($item)::+,
pure_rust_locales::Locale::sah_RU => $crate::sah_RU::$($item)::+,
pure_rust_locales::Locale::sat_IN => $crate::sat_IN::$($item)::+,
pure_rust_locales::Locale::sc_IT => $crate::sc_IT::$($item)::+,
pure_rust_locales::Locale::sd_IN => $crate::sd_IN::$($item)::+,
pure_rust_locales::Locale::sd_IN_devanagari => $crate::sd_IN_devanagari::$($item)::+,
pure_rust_locales::Locale::se_NO => $crate::se_NO::$($item)::+,
pure_rust_locales::Locale::sgs_LT => $crate::sgs_LT::$($item)::+,
pure_rust_locales::Locale::shn_MM => $crate::shn_MM::$($item)::+,
pure_rust_locales::Locale::shs_CA => $crate::shs_CA::$($item)::+,
pure_rust_locales::Locale::si_LK => $crate::si_LK::$($item)::+,
pure_rust_locales::Locale::sid_ET => $crate::sid_ET::$($item)::+,
pure_rust_locales::Locale::sk_SK => $crate::sk_SK::$($item)::+,
pure_rust_locales::Locale::sl_SI => $crate::sl_SI::$($item)::+,
pure_rust_locales::Locale::sm_WS => $crate::sm_WS::$($item)::+,
pure_rust_locales::Locale::so_DJ => $crate::so_DJ::$($item)::+,
pure_rust_locales::Locale::so_ET => $crate::so_ET::$($item)::+,
pure_rust_locales::Locale::so_KE => $crate::so_KE::$($item)::+,
pure_rust_locales::Locale::so_SO => $crate::so_SO::$($item)::+,
pure_rust_locales::Locale::sq_AL => $crate::sq_AL::$($item)::+,
pure_rust_locales::Locale::sq_MK => $crate::sq_MK::$($item)::+,
pure_rust_locales::Locale::sr_ME => $crate::sr_ME::$($item)::+,
pure_rust_locales::Locale::sr_RS => $crate::sr_RS::$($item)::+,
pure_rust_locales::Locale::sr_RS_latin => $crate::sr_RS_latin::$($item)::+,
pure_rust_locales::Locale::ss_ZA => $crate::ss_ZA::$($item)::+,
pure_rust_locales::Locale::st_ZA => $crate::st_ZA::$($item)::+,
pure_rust_locales::Locale::sv_FI => $crate::sv_FI::$($item)::+,
pure_rust_locales::Locale::sv_FI_euro => $crate::sv_FI_euro::$($item)::+,
pure_rust_locales::Locale::sv_SE => $crate::sv_SE::$($item)::+,
pure_rust_locales::Locale::sw_KE => $crate::sw_KE::$($item)::+,
pure_rust_locales::Locale::sw_TZ => $crate::sw_TZ::$($item)::+,
pure_rust_locales::Locale::szl_PL => $crate::szl_PL::$($item)::+,
pure_rust_locales::Locale::ta_IN => $crate::ta_IN::$($item)::+,
pure_rust_locales::Locale::ta_LK => $crate::ta_LK::$($item)::+,
pure_rust_locales::Locale::tcy_IN => $crate::tcy_IN::$($item)::+,
pure_rust_locales::Locale::te_IN => $crate::te_IN::$($item)::+,
pure_rust_locales::Locale::tg_TJ => $crate::tg_TJ::$($item)::+,
pure_rust_locales::Locale::th_TH => $crate::th_TH::$($item)::+,
pure_rust_locales::Locale::the_NP => $crate::the_NP::$($item)::+,
pure_rust_locales::Locale::ti_ER => $crate::ti_ER::$($item)::+,
pure_rust_locales::Locale::ti_ET => $crate::ti_ET::$($item)::+,
pure_rust_locales::Locale::tig_ER => $crate::tig_ER::$($item)::+,
pure_rust_locales::Locale::tk_TM => $crate::tk_TM::$($item)::+,
pure_rust_locales::Locale::tl_PH => $crate::tl_PH::$($item)::+,
pure_rust_locales::Locale::tn_ZA => $crate::tn_ZA::$($item)::+,
pure_rust_locales::Locale::to_TO => $crate::to_TO::$($item)::+,
pure_rust_locales::Locale::tpi_PG => $crate::tpi_PG::$($item)::+,
pure_rust_locales::Locale::tr_CY => $crate::tr_CY::$($item)::+,
pure_rust_locales::Locale::tr_TR => $crate::tr_TR::$($item)::+,
pure_rust_locales::Locale::ts_ZA => $crate::ts_ZA::$($item)::+,
pure_rust_locales::Locale::tt_RU => $crate::tt_RU::$($item)::+,
pure_rust_locales::Locale::tt_RU_iqtelif => $crate::tt_RU_iqtelif::$($item)::+,
pure_rust_locales::Locale::ug_CN => $crate::ug_CN::$($item)::+,
pure_rust_locales::Locale::uk_UA => $crate::uk_UA::$($item)::+,
pure_rust_locales::Locale::unm_US => $crate::unm_US::$($item)::+,
pure_rust_locales::Locale::ur_IN => $crate::ur_IN::$($item)::+,
pure_rust_locales::Locale::ur_PK => $crate::ur_PK::$($item)::+,
pure_rust_locales::Locale::uz_UZ => $crate::uz_UZ::$($item)::+,
pure_rust_locales::Locale::uz_UZ_cyrillic => $crate::uz_UZ_cyrillic::$($item)::+,
pure_rust_locales::Locale::ve_ZA => $crate::ve_ZA::$($item)::+,
pure_rust_locales::Locale::vi_VN => $crate::vi_VN::$($item)::+,
pure_rust_locales::Locale::wa_BE => $crate::wa_BE::$($item)::+,
pure_rust_locales::Locale::wa_BE_euro => $crate::wa_BE_euro::$($item)::+,
pure_rust_locales::Locale::wae_CH => $crate::wae_CH::$($item)::+,
pure_rust_locales::Locale::wal_ET => $crate::wal_ET::$($item)::+,
pure_rust_locales::Locale::wo_SN => $crate::wo_SN::$($item)::+,
pure_rust_locales::Locale::xh_ZA => $crate::xh_ZA::$($item)::+,
pure_rust_locales::Locale::yi_US => $crate::yi_US::$($item)::+,
pure_rust_locales::Locale::yo_NG => $crate::yo_NG::$($item)::+,
pure_rust_locales::Locale::yue_HK => $crate::yue_HK::$($item)::+,
pure_rust_locales::Locale::yuw_PG => $crate::yuw_PG::$($item)::+,
pure_rust_locales::Locale::zh_CN => $crate::zh_CN::$($item)::+,
pure_rust_locales::Locale::zh_HK => $crate::zh_HK::$($item)::+,
pure_rust_locales::Locale::zh_SG => $crate::zh_SG::$($item)::+,
pure_rust_locales::Locale::zh_TW => $crate::zh_TW::$($item)::+,
pure_rust_locales::Locale::zu_ZA => $crate::zu_ZA::$($item)::+,
}
}}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment