Lines Matching full:mark
142 * Structure for base with combining mark pairs and resulting recompositions.
147 u16 mark; /* combining mark */
155 u16 mark;
170 if (search_key->mark < entry->mark)
172 if (search_key->mark > entry->mark)
182 * @mark: Combining mark Unicode code point (UCS-4)
186 u32 ucs_recompose(u32 base, u32 mark)
190 mark < UCS_RECOMPOSE_MIN_MARK || mark > UCS_RECOMPOSE_MAX_MARK)
193 struct compare_key key = { base, mark };
256 * character but still way more helpful than a squared question mark.