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

  /frameworks/minikin/tests/unittest/
HyphenatorTest.cpp 59 EXPECT_EQ(HyphenationType::DONT_BREAK, result[0]);
60 EXPECT_EQ(HyphenationType::DONT_BREAK, result[1]);
62 EXPECT_EQ(HyphenationType::DONT_BREAK, result[3]);
63 EXPECT_EQ(HyphenationType::DONT_BREAK, result[4]);
73 EXPECT_EQ(HyphenationType::DONT_BREAK, result[0]);
74 EXPECT_EQ(HyphenationType::DONT_BREAK, result[1]);
75 EXPECT_EQ(HyphenationType::DONT_BREAK, result[2]);
77 EXPECT_EQ(HyphenationType::DONT_BREAK, result[4]);
87 EXPECT_EQ(HyphenationType::DONT_BREAK, result[0]);
88 EXPECT_EQ(HyphenationType::DONT_BREAK, result[1])
    [all...]
  /frameworks/minikin/libs/minikin/
Hyphenator.cpp 128 if (hyphenValue != HyphenationType::DONT_BREAK) {
137 // would return DONT_BREAK.
189 case HyphenationType::DONT_BREAK:
210 case HyphenationType::DONT_BREAK:
285 result[0] = HyphenationType::DONT_BREAK;
320 result[i] = HyphenationType::DONT_BREAK;
339 return HyphenationType::DONT_BREAK;
343 return HyphenationType::DONT_BREAK;
362 return HyphenationType::DONT_BREAK;
366 return HyphenationType::DONT_BREAK;
    [all...]
LineBreaker.cpp 76 Candidate cand = {0, 0, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, HyphenationType::DONT_BREAK};
191 if (hyph != HyphenationType::DONT_BREAK) {
216 HyphenationType::DONT_BREAK);
  /frameworks/minikin/app/
HyphTool.cpp 58 if (result[i] != HyphenationType::DONT_BREAK) {
  /frameworks/minikin/include/minikin/
Hyphenator.h 31 // Note: There are implicit assumptions scattered in the code that DONT_BREAK is 0.
34 DONT_BREAK = 0,
125 // [DONT_BREAK, DONT_BREAK, BREAK_AND_INSERT_HYPHEN, DONT_BREAK, DONT_BREAK, DONT_BREAK]
146 // Try looking up word in alphabet table, return DONT_BREAK if any code units fail to map.

Completed in 68 milliseconds