Searched defs:hyph (Results 1 – 5 of 5) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | Hyphenator.h | 112 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 uint16_t*, size_t> getHyphenString(StartHyphenEdit hyph) { in getHyphenString() 147 inline std::pair<const uint16_t*, size_t> getHyphenString(EndHyphenEdit hyph) { in getHyphenString()
|
/frameworks/minikin/tools/ |
D | mk_hyb_file.py | 305 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/ |
D | HyphTool.cpp | 40 Hyphenator* hyph = loadHybFile(argv[1], 2, 3, "fr"); // should also be configurable in main() local
|
/frameworks/minikin/libs/minikin/ |
D | GreedyLineBreaker.cpp | 211 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(i)]; in tryLineBreakWithHyphenation() local 233 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation() local 262 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)]; in tryLineBreakWithHyphenation() local
|
D | LineBreakerUtil.h | 92 const HyphenationType hyph = hyphenResult[hyphenationTargetRange.toRangeOffset(i)]; in populateHyphenationPoints() local
|