Lines Matching refs:input_style
272 return(ve->ic.input_style);
295 (p->xic == NULL) || !(p->input_style & XIMPreeditPosition)) return;
439 XIMStyle input_style = 0;
512 input_style = (XIMPreeditPosition | XIMStatusArea);
514 input_style = (XIMPreeditArea | XIMStatusArea);
516 input_style = (XIMPreeditNothing | XIMStatusNothing);
519 if (input_style == xim_styles->supported_styles[i]) {
520 ve->ic.input_style = input_style;
547 if (p->input_style & XIMStatusArea) {
566 if (p->input_style & XIMPreeditArea) {
577 if (p->input_style & XIMStatusArea) {
706 if (p->input_style & XIMPreeditArea) {
711 if (p->input_style & XIMStatusArea) {
728 if (p->input_style & XIMStatusArea) {
732 if (p->input_style & XIMPreeditArea) {
743 if (p->input_style & XIMPreeditArea) {
744 if (p->input_style & XIMStatusArea) {
784 p->input_style = GetInputStyleOfIC(ve);
789 if (p->input_style & (XIMPreeditArea|XIMPreeditPosition|XIMStatusArea)) {
827 if (p->input_style & XIMPreeditArea) {
836 if (p->input_style & XIMPreeditPosition) {
858 if (p->input_style & XIMStatusArea) {
868 ADD_IC(p->input_style);
913 if (p->input_style & XIMPreeditPosition) {
941 if ((p->input_style & XIMPreeditPosition)
951 if (p->input_style & (XIMPreeditArea|XIMPreeditPosition|XIMStatusArea)) {
988 if (p->input_style & XIMPreeditPosition) {
996 if (p->input_style & XIMPreeditPosition) {
1185 if (p->input_style & XIMPreeditPosition) {