Home
last modified time | relevance | path

Searched refs:DONT_BREAK (Results 1 – 8 of 8) sorted by relevance

/frameworks/minikin/tests/unittest/
DHyphenatorTest.cpp54 EXPECT_EQ(HyphenationType::DONT_BREAK, result[0]); in TEST()
55 EXPECT_EQ(HyphenationType::DONT_BREAK, result[1]); in TEST()
57 EXPECT_EQ(HyphenationType::DONT_BREAK, result[3]); in TEST()
58 EXPECT_EQ(HyphenationType::DONT_BREAK, result[4]); in TEST()
68 EXPECT_EQ(HyphenationType::DONT_BREAK, result[0]); in TEST()
69 EXPECT_EQ(HyphenationType::DONT_BREAK, result[1]); in TEST()
70 EXPECT_EQ(HyphenationType::DONT_BREAK, result[2]); in TEST()
72 EXPECT_EQ(HyphenationType::DONT_BREAK, result[4]); in TEST()
82 EXPECT_EQ(HyphenationType::DONT_BREAK, result[0]); in TEST()
83 EXPECT_EQ(HyphenationType::DONT_BREAK, result[1]); in TEST()
[all …]
/frameworks/minikin/libs/minikin/
DHyphenator.cpp127 if (hyphenValue != HyphenationType::DONT_BREAK) { in hyphenate()
172 case HyphenationType::DONT_BREAK: // Hyphen edit for non breaking case doesn't make sense. in editForThisLine()
184 case HyphenationType::DONT_BREAK: // Hyphen edit for non breaking case doesn't make sense. in editForNextLine()
251 out[0] = HyphenationType::DONT_BREAK; in hyphenateWithNoPatterns()
286 out[i] = HyphenationType::DONT_BREAK; in hyphenateWithNoPatterns()
305 return HyphenationType::DONT_BREAK; in alphabetLookup()
309 return HyphenationType::DONT_BREAK; in alphabetLookup()
328 return HyphenationType::DONT_BREAK; in alphabetLookup()
332 return HyphenationType::DONT_BREAK; in alphabetLookup()
342 return HyphenationType::DONT_BREAK; in alphabetLookup()
[all …]
DLineBreakerUtil.cpp44 out.insert(out.end(), word.size(), HyphenationType::DONT_BREAK); in hyphenate()
50 out.push_back(HyphenationType::DONT_BREAK); in hyphenate()
DLineBreakerUtil.h80 if (hyph == HyphenationType::DONT_BREAK) { in populateHyphenationPoints()
DOptimalLineBreaker.cpp120 HyphenationType::DONT_BREAK, isRtl); in pushWordBreak()
124 candidates.emplace_back(0, 0.0f, 0.0f, 0.0f, 0, 0, HyphenationType::DONT_BREAK, false); in OptimizeContext()
DGreedyLineBreaker.cpp193 if (hyph == HyphenationType::DONT_BREAK) { in tryLineBreakWithHyphenation()
/frameworks/minikin/app/
DHyphTool.cpp57 if (result[i] != HyphenationType::DONT_BREAK) { in main()
/frameworks/minikin/include/minikin/
DHyphenator.h44 DONT_BREAK = 0, enumerator