Home
last modified time | relevance | path

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

/frameworks/minikin/rust/
Dhyphenator.rs115 pub enum HyphenationType { enum
346 ) -> HyphenationType {
624 fn get_hyph_type_for_arabic(word: &[u16], location: u32) -> HyphenationType { in get_hyph_type_for_arabic()
715 hyphen_value: HyphenationType,
767 fn hyphenation_type_based_on_script(code_point: u32) -> HyphenationType { in hyphenation_type_based_on_script()
/frameworks/minikin/include/minikin/
DHyphenator.h40 enum class HyphenationType : uint8_t { enum