Searched refs:get_composition_id (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcomposite.h151 get_composition_id), this structure is allocated for the
204 extern int get_composition_id P_ ((int, int, int, Lisp_Object, Lisp_Object));
H A Dcomposite.c82 displaying width, the function get_composition_id is called. It
86 get_composition_id checks the validity of `composition' property,
172 get_composition_id (charpos, bytepos, nchars, prop, string)
695 id = get_composition_id (start, start_byte, end - start, prop, string);
171 get_composition_id (charpos, bytepos, nchars, prop, string) function
H A Dcharset.c1369 && ((cmp_id = get_composition_id (i, i_byte, end - i, val, string))
H A Dindent.c301 if ((id = get_composition_id (pos, pos_byte, end - pos, prop, Qnil)) < 0)
H A Dxdisp.c4516 int id = get_composition_id (pos, pos_byte, end - pos, prop, string);

Completed in 232 milliseconds