OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BREAK_AND_DONT_INSERT_HYPHEN
(Results
1 - 4
of
4
) sorted by null
/frameworks/minikin/tests/unittest/
HyphenatorTest.cpp
113
EXPECT_EQ(HyphenationType::
BREAK_AND_DONT_INSERT_HYPHEN
, result[2]);
126
EXPECT_EQ(HyphenationType::
BREAK_AND_DONT_INSERT_HYPHEN
, result[2]);
161
EXPECT_EQ(HyphenationType::
BREAK_AND_DONT_INSERT_HYPHEN
, result[2]);
174
EXPECT_EQ(HyphenationType::
BREAK_AND_DONT_INSERT_HYPHEN
, result[2]);
175
EXPECT_EQ(HyphenationType::
BREAK_AND_DONT_INSERT_HYPHEN
, result[3]);
306
EXPECT_EQ(HyphenationType::
BREAK_AND_DONT_INSERT_HYPHEN
, result[2]);
318
EXPECT_EQ(HyphenationType::
BREAK_AND_DONT_INSERT_HYPHEN
, result[2]);
/frameworks/minikin/include/minikin/
Hyphenator.h
45
BREAK_AND_DONT_INSERT_HYPHEN
= 5,
148
//
BREAK_AND_DONT_INSERT_HYPHEN
based on the the script of the characters seen.
/frameworks/minikin/libs/minikin/
Hyphenator.cpp
242
return HyphenationType::
BREAK_AND_DONT_INSERT_HYPHEN
;
298
result[i] = HyphenationType::
BREAK_AND_DONT_INSERT_HYPHEN
;
LineBreaker.cpp
249
cand.hyphenType = HyphenationType::
BREAK_AND_DONT_INSERT_HYPHEN
;
Completed in 231 milliseconds