Searched refs:hyphenate (Results 1 – 3 of 3) sorted by relevance
45 void hyphenate(std::vector<uint8_t>* result, const uint16_t* word, size_t len);
81 void Hyphenator::hyphenate(vector<uint8_t>* result, const uint16_t* word, size_t len) { in hyphenate() function in android::Hyphenator
187 mHyphenator->hyphenate(&mHyphBuf, &mTextBuf[lastBreak], wordEnd - lastBreak); in addStyleRun()