Home
last modified time | relevance | path

Searched defs:check_hyphens (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/idna/src/
Duts46.rs517 check_hyphens: bool, field
558 pub fn check_hyphens(mut self, value: bool) -> Self { in check_hyphens() method
605 check_hyphens: bool, field
/aosp_15_r20/frameworks/base/tools/fonts/
H A Dfontchain_linter.py209 def check_hyphens(hyphens_dir): function