HomeSort by relevance Sort by last modified time
    Searched refs:BREAK_AND_INSERT_HYPHEN (Results 1 - 3 of 3) sorted by null

  /frameworks/minikin/libs/minikin/
Hyphenator.cpp 160 case HyphenationType::BREAK_AND_INSERT_HYPHEN:
215 return HyphenationType::BREAK_AND_INSERT_HYPHEN;
244 return HyphenationType::BREAK_AND_INSERT_HYPHEN;
294 HyphenationType result = HyphenationType::BREAK_AND_INSERT_HYPHEN;
311 if (result == HyphenationType::BREAK_AND_INSERT_HYPHEN) {
334 if (result == HyphenationType::BREAK_AND_INSERT_HYPHEN) {
  /frameworks/minikin/tests/unittest/
HyphenatorTest.cpp 56 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[2]);
146 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[2]);
209 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[2]);
235 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[2]);
263 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[3]);
276 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[2]);
  /frameworks/minikin/include/minikin/
Hyphenator.h 46 BREAK_AND_INSERT_HYPHEN = 1,
182 // [DONT_BREAK, DONT_BREAK, BREAK_AND_INSERT_HYPHEN, DONT_BREAK, DONT_BREAK, DONT_BREAK]
224 // Otherwise, returns BREAK_AND_INSERT_HYPHEN, BREAK_AND_INSERT_ARMENIAN_HYPHEN, or

Completed in 90 milliseconds