Searched refs:mHyphenator (Results 1 – 2 of 2) sorted by relevance
127 const Hyphenator* mHyphenator = nullptr; member in minikin::__anondb74f7790111::GreedyLineBreaker179 if (!mEnableHyphenation || mHyphenator == nullptr) { in tryLineBreakWithHyphenation()204 hyphenate(mTextBuf.substr(targetRange), *mHyphenator); in tryLineBreakWithHyphenation()481 mHyphenator = HyphenatorMap::lookup(locale); in process()
110 : mHyphenator(rust::load_hyphenator(::rust::cxxbridge1::Slice(patternData, dataSize), in HyphenatorRust()116 rust::hyphenate(*mHyphenator, ::rust::cxxbridge1::Slice(word.data(), word.size()), in hyphenate()121 ::rust::Box<rust::Hyphenator> mHyphenator;