Home
last modified time | relevance | path

Searched refs:alphabetLookup (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/include/minikin/
DHyphenator.h150 HyphenationType alphabetLookup(uint16_t* alpha_codes, const uint16_t* word, size_t len);
/frameworks/minikin/libs/minikin/
DHyphenator.cpp127 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