const MAX_CASE_MAPPING_LENGTH: usize = 3;Expand description
https://github.com/rust-lang/rust/blob/1.97.1/library/core/src/char/mod.rs#L523
This is the maximum amount of characters that can be produced from case mapping, and by consequence the maximum amount of characters that can be produced during inline formatting context text transformation.