COMPOSING_COMPONENT_CHAR 2170 src/coding.c         cmp_status->state = COMPOSING_COMPONENT_CHAR;			\
COMPOSING_COMPONENT_CHAR 2372 src/coding.c   	      else if (cmp_status->state >= COMPOSING_COMPONENT_CHAR)
COMPOSING_COMPONENT_CHAR 2405 src/coding.c   	  if (cmp_status->state >= COMPOSING_COMPONENT_CHAR)
COMPOSING_COMPONENT_CHAR 2478 src/coding.c         else if (cmp_status->state == COMPOSING_COMPONENT_CHAR)
COMPOSING_COMPONENT_CHAR 2504 src/coding.c   	    cmp_status->state = COMPOSING_COMPONENT_CHAR;
COMPOSING_COMPONENT_CHAR 3368 src/coding.c   	&& ((cmp_status->state == COMPOSING_COMPONENT_CHAR		   \
COMPOSING_COMPONENT_CHAR 3386 src/coding.c   	  = (c1 <= '2' ? COMPOSING_CHAR : COMPOSING_COMPONENT_CHAR);	   \
COMPOSING_COMPONENT_CHAR 3438 src/coding.c   	    && cmp_status->state == COMPOSING_COMPONENT_CHAR))		\