Searched refs:DO_HYPHEN (Results 1 – 1 of 1) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | GreedyLineBreakerTest.cpp | 746 constexpr bool DO_HYPHEN = true; // Do hyphenation in this test case. in TEST_F() local 761 const auto actual = doLineBreak(textBuf, DO_HYPHEN, "pl", LINE_WIDTH); in TEST_F() 772 const auto actual = doLineBreak(textBuf, DO_HYPHEN, "pl", LINE_WIDTH); in TEST_F() 786 const auto actual = doLineBreak(textBuf, DO_HYPHEN, "pl", LINE_WIDTH); in TEST_F() 794 constexpr bool DO_HYPHEN = true; // Do hyphenation in this test case. in TEST_F() local 803 const auto actual = doLineBreak(textBuf, DO_HYPHEN, LINE_WIDTH); in TEST_F() 813 const auto actual = doLineBreak(textBuf, DO_HYPHEN, LINE_WIDTH); in TEST_F() 824 const auto actual = doLineBreak(textBuf, DO_HYPHEN, LINE_WIDTH); in TEST_F() 833 constexpr bool DO_HYPHEN = true; // Do hyphenation in this test case. in TEST_F() local 853 DO_HYPHEN, false /* useBoundsForWidth */); in TEST_F() [all …]
|