OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hyph
(Results
1 - 2
of
2
) sorted by null
/frameworks/minikin/app/
HyphTool.cpp
39
Hyphenator*
hyph
= loadHybFile("/tmp/en.hyb", 2, 3); // should also be configurable
local
56
hyph
->hyphenate(&result, word.data(), word.size(), icu::Locale::getUS());
/frameworks/minikin/libs/minikin/
LineBreaker.cpp
190
HyphenationType
hyph
= mHyphBuf[j - wordStart];
local
191
if (
hyph
!= HyphenationType::DONT_BREAK) {
192
paint->hyphenEdit = HyphenEdit::editForThisLine(
hyph
);
198
paint->hyphenEdit = HyphenEdit::editForNextLine(
hyph
);
205
hyphenPenalty,
hyph
);
230
size_t preSpaceCount, size_t postSpaceCount, float penalty, HyphenationType
hyph
) {
266
cand.hyphenType =
hyph
;
Completed in 959 milliseconds