Searched refs:titlecase_segment_with_only_case_data_to_string (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/icu_casemap/tests/ |
D | conversions.rs | 212 cm.titlecase_segment_with_only_case_data_to_string(ew, &root, default_options), in test_armenian() 216 cm.titlecase_segment_with_only_case_data_to_string(yerevan, &root, default_options), in test_armenian() 220 cm.titlecase_segment_with_only_case_data_to_string(ew, &east, default_options), in test_armenian() 224 cm.titlecase_segment_with_only_case_data_to_string(yerevan, &east, default_options), in test_armenian() 228 cm.titlecase_segment_with_only_case_data_to_string(ew, &west, default_options), in test_armenian() 232 cm.titlecase_segment_with_only_case_data_to_string(yerevan, &west, default_options), in test_armenian() 244 cm.titlecase_segment_with_only_case_data_to_string("ijssel", &nl, default_options), in test_dutch() 248 cm.titlecase_segment_with_only_case_data_to_string("igloo", &nl, default_options), in test_dutch() 252 cm.titlecase_segment_with_only_case_data_to_string("IJMUIDEN", &nl, default_options), in test_dutch() 257 cm.titlecase_segment_with_only_case_data_to_string("ij", &nl, default_options), in test_dutch() [all …]
|
/external/rust/android-crates-io/crates/icu_casemap/src/ |
D | casemapper.rs | 358 pub fn titlecase_segment_with_only_case_data_to_string( in titlecase_segment_with_only_case_data_to_string() method 682 cm.titlecase_segment_with_only_case_data_to_string( in test_special_cases() 692 cm.titlecase_segment_with_only_case_data_to_string("ᾀ", &root, default_options), in test_special_cases() 700 cm.titlecase_segment_with_only_case_data_to_string("ῼ", &root, default_options), in test_special_cases() 708 cm.titlecase_segment_with_only_case_data_to_string("ᾘ", &root, default_options), in test_special_cases() 716 cm.titlecase_segment_with_only_case_data_to_string("ᾲ", &root, default_options), in test_special_cases() 732 cm.titlecase_segment_with_only_case_data_to_string("İ", &tr, default_options), in test_special_cases() 736 cm.titlecase_segment_with_only_case_data_to_string("İ", &az, default_options), in test_special_cases() 746 cm.titlecase_segment_with_only_case_data_to_string("I\u{0307}", &tr, default_options), in test_special_cases() 750 cm.titlecase_segment_with_only_case_data_to_string("I\u{0307}", &az, default_options), in test_special_cases() [all …]
|
/external/rust/android-crates-io/crates/icu_casemap/benches/ |
D | casemap.rs | 31 black_box(casemapper.titlecase_segment_with_only_case_data_to_string( in overview_bench()
|
/external/rust/android-crates-io/crates/icu_capi/src/ |
D | casemap.rs | 120 icu::casemap::CaseMapperBorrowed::titlecase_segment_with_only_case_data_to_string,
|