Home
last modified time | relevance | path

Searched defs:hyph (Results 1 – 5 of 5) sorted by relevance

/frameworks/minikin/include/minikin/
DHyphenator.h112 inline bool isReplacement(EndHyphenEdit hyph) { in isReplacement()
116 inline bool isInsertion(StartHyphenEdit hyph) { in isInsertion()
120 inline bool isInsertion(EndHyphenEdit hyph) { in isInsertion()
137 inline std::pair<const uint32_t*, size_t> getHyphenString(StartHyphenEdit hyph) { in getHyphenString()
147 inline std::pair<const uint32_t*, size_t> getHyphenString(EndHyphenEdit hyph) { in getHyphenString()
/frameworks/minikin/libs/minikin/
DGreedyLineBreaker.cpp192 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(i)]; in tryLineBreakWithHyphenation() local
214 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation() local
243 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation() local
DLineBreakerUtil.h79 const HyphenationType hyph = hyphenResult[hyphenationTargetRange.toRangeOffset(i)]; in populateHyphenationPoints() local
/frameworks/minikin/tools/
Dmk_hyb_file.py305 def load_hyp(hyph, fn): argument
347 def generate_trie(hyph, ch_map, n_trie, dedup_ix, dedup_nodes, patmap): argument
410 def generate_hyb_file(hyph, ch_map, hyb_fn): argument
/frameworks/minikin/app/
DHyphTool.cpp38 Hyphenator* hyph = loadHybFile("/tmp/en.hyb", 2, 3, "en"); // should also be configurable in main() local