Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DHyphenator.cpp178 uint16_t alpha_codes[MAX_HYPHENATED_SIZE]; in hyphenate() local
346 HyphenationType HyphenatorCXX::alphabetLookup(uint16_t* alpha_codes, in alphabetLookup()
/frameworks/minikin/rust/
Dhyphenator.rs583 let mut alpha_codes: [u16; MAX_HYPHEN_SIZE as usize] = [0; MAX_HYPHEN_SIZE as usize]; in hyphenate() localVariable