Home
last modified time | relevance | path

Searched refs:FullCaseWriteable (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/icu_casemap/src/
Dinternals.rs55 pub(crate) struct FullCaseWriteable<'a, const IS_TITLE_CONTEXT: bool> { struct
63 impl<const IS_TITLE_CONTEXT: bool> Writeable for FullCaseWriteable<'_, IS_TITLE_CONTEXT> { implementation
533 ) -> FullCaseWriteable<'a, IS_TITLE_CONTEXT> { in full_helper_writeable()
537 FullCaseWriteable::<IS_TITLE_CONTEXT> { in full_helper_writeable()
Dcasemapper.rs5 use crate::internals::{CaseMapLocale, FoldOptions, FullCaseWriteable, StringAndWriteable};
180 ) -> StringAndWriteable<'a, FullCaseWriteable<'a, true>> { in titlecase_segment_with_adjustment()