Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DHyphenatorTest.cpp72 EXPECT_EQ(HyphenationType::DONT_BREAK, result[0]); in TEST_P()
73 EXPECT_EQ(HyphenationType::DONT_BREAK, result[1]); in TEST_P()
75 EXPECT_EQ(HyphenationType::DONT_BREAK, result[3]); in TEST_P()
76 EXPECT_EQ(HyphenationType::DONT_BREAK, result[4]); in TEST_P()
86 EXPECT_EQ(HyphenationType::DONT_BREAK, result[0]); in TEST_P()
87 EXPECT_EQ(HyphenationType::DONT_BREAK, result[1]); in TEST_P()
88 EXPECT_EQ(HyphenationType::DONT_BREAK, result[2]); in TEST_P()
90 EXPECT_EQ(HyphenationType::DONT_BREAK, result[4]); in TEST_P()
100 EXPECT_EQ(HyphenationType::DONT_BREAK, result[0]); in TEST_P()
101 EXPECT_EQ(HyphenationType::DONT_BREAK, result[1]); in TEST_P()
[all …]
/frameworks/minikin/libs/minikin/
DHyphenator.cpp181 if (hyphenValue != HyphenationType::DONT_BREAK) { in hyphenate()
226 case HyphenationType::DONT_BREAK: // Hyphen edit for non breaking case doesn't make sense. in editForThisLine()
238 case HyphenationType::DONT_BREAK: // Hyphen edit for non breaking case doesn't make sense. in editForNextLine()
306 out[0] = HyphenationType::DONT_BREAK; in hyphenateWithNoPatterns()
341 out[i] = HyphenationType::DONT_BREAK; in hyphenateWithNoPatterns()
360 return HyphenationType::DONT_BREAK; in alphabetLookup()
364 return HyphenationType::DONT_BREAK; in alphabetLookup()
383 return HyphenationType::DONT_BREAK; in alphabetLookup()
387 return HyphenationType::DONT_BREAK; in alphabetLookup()
397 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()
DOptimalLineBreaker.cpp124 HyphenationType::DONT_BREAK, isRtl, letterSpacing); in pushWordBreak()
464 if (candidates[i].hyphenType == HyphenationType::DONT_BREAK && in computeBreaks()
465 candidates[j].hyphenType == HyphenationType::DONT_BREAK) { in computeBreaks()
DLineBreakerUtil.h93 if (hyph == HyphenationType::DONT_BREAK) { in populateHyphenationPoints()
DGreedyLineBreaker.cpp212 if (hyph == HyphenationType::DONT_BREAK) { in tryLineBreakWithHyphenation()
/frameworks/minikin/app/
DHyphTool.cpp63 if (result[i] != HyphenationType::DONT_BREAK) { in main()
/frameworks/minikin/fuzz/hyphenator_fuzzer/
Dhyphenator_fuzzer.cpp52 HyphenationType::DONT_BREAK,
/frameworks/minikin/include/minikin/
DHyphenator.h44 DONT_BREAK = 0, enumerator