icu_datetime_data

Macro impl_roc_month_names_v1

macro_rules! impl_roc_month_names_v1 {
    ($ provider : ty) => { ... };
    ($ provider : ty , ITER) => { ... };
    ($ provider : ty , DRY) => { ... };
    ($ provider : ty , DRY , ITER) => { ... };
}
Expand description

Implement DataProvider<RocMonthNamesV1> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.

Using this implementation will embed the following data in the binary’s data segment:

  • 4452B for the lookup data structure (1035 data identifiers)
  • 69245B1 for the actual data (486 unique structs)

  1. these numbers can be smaller in practice due to linker deduplication