Searched refs:DONT_BREAK (Results 1 – 9 of 9) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | HyphenatorTest.cpp | 72 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/ |
D | Hyphenator.cpp | 181 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 …]
|
D | LineBreakerUtil.cpp | 44 out.insert(out.end(), word.size(), HyphenationType::DONT_BREAK); in hyphenate() 50 out.push_back(HyphenationType::DONT_BREAK); in hyphenate()
|
D | OptimalLineBreaker.cpp | 124 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()
|
D | LineBreakerUtil.h | 93 if (hyph == HyphenationType::DONT_BREAK) { in populateHyphenationPoints()
|
D | GreedyLineBreaker.cpp | 212 if (hyph == HyphenationType::DONT_BREAK) { in tryLineBreakWithHyphenation()
|
/frameworks/minikin/app/ |
D | HyphTool.cpp | 63 if (result[i] != HyphenationType::DONT_BREAK) { in main()
|
/frameworks/minikin/fuzz/hyphenator_fuzzer/ |
D | hyphenator_fuzzer.cpp | 52 HyphenationType::DONT_BREAK,
|
/frameworks/minikin/include/minikin/ |
D | Hyphenator.h | 44 DONT_BREAK = 0, enumerator
|