OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hyphenValue
(Results
1 - 2
of
2
) sorted by null
/frameworks/minikin/libs/minikin/
Hyphenator.cpp
127
const HyphenationType
hyphenValue
= alphabetLookup(alpha_codes, word, len);
128
if (
hyphenValue
!= HyphenationType::DONT_BREAK) {
129
hyphenateFromCodes(result->data(), alpha_codes, paddedLen,
hyphenValue
);
385
HyphenationType
hyphenValue
) {
431
result[i] = (buffer[i] & 1u) ?
hyphenValue
: HyphenationType::DONT_BREAK;
/frameworks/minikin/include/minikin/
Hyphenator.h
154
HyphenationType
hyphenValue
);
Completed in 65 milliseconds