Searched defs:HyphenEdit (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/include/minikin/
H A DHyphenator.h62 // Note that a HyphenEdit can hold two types of edits at the same time,
64 class HyphenEdit { class in class:minikin::HyphenationType
103 HyphenEdit() : hyphen(NO_EDIT) { } function in class:minikin::HyphenationType::HyphenEdit
104 HyphenEdit(uint32_t hyphenInt) : hyphen(hyphenInt) { } // NOLINT(implicit) function in class:minikin::HyphenationType::HyphenEdit
106 bool operator==(const HyphenEdit &other) const { return hyphen == other.hyphen; }

Completed in 91 milliseconds