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 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/ |
D | GreedyLineBreaker.cpp | 192 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
|
D | LineBreakerUtil.h | 79 const HyphenationType hyph = hyphenResult[hyphenationTargetRange.toRangeOffset(i)]; in populateHyphenationPoints() local
|
/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 | 38 Hyphenator* hyph = loadHybFile("/tmp/en.hyb", 2, 3, "en"); // should also be configurable in main() local
|