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

  /frameworks/minikin/libs/minikin/
Hyphenator.cpp 191 case HyphenationType::BREAK_AND_INSERT_HYPHEN:
248 return HyphenationType::BREAK_AND_INSERT_HYPHEN;
277 return HyphenationType::BREAK_AND_INSERT_HYPHEN;
328 HyphenationType result = HyphenationType::BREAK_AND_INSERT_HYPHEN;
345 if (result == HyphenationType::BREAK_AND_INSERT_HYPHEN) {
368 if (result == HyphenationType::BREAK_AND_INSERT_HYPHEN) {
LineBreaker.cpp 179 if (mHyphBuf[j - wordStart] == HyphenationType::BREAK_AND_INSERT_HYPHEN) {
  /frameworks/minikin/tests/unittest/
HyphenatorTest.cpp 61 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[2]);
138 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[2]);
201 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[2]);
227 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[2]);
255 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[3]);
268 EXPECT_EQ(HyphenationType::BREAK_AND_INSERT_HYPHEN, result[2]);
  /frameworks/minikin/include/minikin/
Hyphenator.h 36 BREAK_AND_INSERT_HYPHEN = 1,
125 // [DONT_BREAK, DONT_BREAK, BREAK_AND_INSERT_HYPHEN, DONT_BREAK, DONT_BREAK, DONT_BREAK]
147 // Otherwise, returns BREAK_AND_INSERT_HYPHEN, BREAK_AND_INSERT_ARMENIAN_HYPHEN, or

Completed in 328 milliseconds