Home
last modified time | relevance | path

Searched defs:convert_case (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/src/helpers/
H A Dcase_style.rs83 fn convert_case(&self, case_style: Option<CaseStyle>) -> String; in convert_case() method
87 fn convert_case(&self, case_style: Option<CaseStyle>) -> String { in convert_case() method
/aosp_15_r20/external/rust/android-crates-io/crates/strum_macros/src/helpers/
Dcase_style.rs83 fn convert_case(&self, case_style: Option<CaseStyle>) -> String; in convert_case() method
87 fn convert_case(&self, case_style: Option<CaseStyle>) -> String { in convert_case() method
/aosp_15_r20/external/emboss/compiler/util/
H A Dname_conversion.py62 def convert_case(case_from, case_to, value): function