Home
last modified time | relevance | path

Searched refs:BREAK_AND_REPLACE_WITH_HYPHEN (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DHyphenator.h56 BREAK_AND_REPLACE_WITH_HYPHEN = 6, enumerator
DHyphenator.cpp208 case HyphenationType::BREAK_AND_REPLACE_WITH_HYPHEN: in editForThisLine()
337 result[i] = HyphenationType::BREAK_AND_REPLACE_WITH_HYPHEN; in hyphenateWithNoPatterns()
/third_party/flutter/engine/flutter/third_party/txt/tests/
DHyphenatorTest.cpp78 EXPECT_EQ(HyphenationType::BREAK_AND_REPLACE_WITH_HYPHEN, result[3]); in TEST_F()