Searched refs:titlecase_segment_with_adjustment (Results 1 – 2 of 2) sorted by relevance
/external/rust/android-crates-io/crates/icu_casemap/src/ |
D | titlecase.rs | 358 .titlecase_segment_with_adjustment(src, langid, options, |_data, ch| { in titlecase_segment() 363 .titlecase_segment_with_adjustment(src, langid, options, |data, ch| { in titlecase_segment()
|
D | casemapper.rs | 165 self.titlecase_segment_with_adjustment(src, langid, options, |data, ch| data.is_cased(ch)) in titlecase_segment_with_only_case_data() 174 pub(crate) fn titlecase_segment_with_adjustment( in titlecase_segment_with_adjustment() method
|