Home
last modified time | relevance | path

Searched defs:canHyphenate (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/include/minikin/
DMeasuredText.h81 bool canHyphenate() const override { return true; } in canHyphenate() function
119 bool canHyphenate() const { return false; } in canHyphenate() function
/frameworks/minikin/tests/unittest/
DLineBreakerTestHelper.h52 virtual bool canHyphenate() const override { return true; } in canHyphenate() function