Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DGreedyLineBreaker.cpp127 const Hyphenator* mHyphenator = nullptr; member in minikin::__anondb74f7790111::GreedyLineBreaker
179 if (!mEnableHyphenation || mHyphenator == nullptr) { in tryLineBreakWithHyphenation()
204 hyphenate(mTextBuf.substr(targetRange), *mHyphenator); in tryLineBreakWithHyphenation()
481 mHyphenator = HyphenatorMap::lookup(locale); in process()
DHyphenator.cpp110 : 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;