Searched refs:alphabetLookup (Results 1 – 2 of 2) sorted by relevance
150 HyphenationType alphabetLookup(uint16_t* alpha_codes, const uint16_t* word, size_t len);
127 const HyphenationType hyphenValue = alphabetLookup(alpha_codes, word, len); in hyphenate()325 HyphenationType Hyphenator::alphabetLookup(uint16_t* alpha_codes, const uint16_t* word, in alphabetLookup() function in minikin::Hyphenator