Searched defs:alpha_codes (Results 1 – 2 of 2) sorted by relevance
178 uint16_t alpha_codes[MAX_HYPHENATED_SIZE]; in hyphenate() local346 HyphenationType HyphenatorCXX::alphabetLookup(uint16_t* alpha_codes, in alphabetLookup()
583 let mut alpha_codes: [u16; MAX_HYPHEN_SIZE as usize] = [0; MAX_HYPHEN_SIZE as usize]; in hyphenate() localVariable