COMPOSING_COMPONENT_CHAR 2176 src/coding.c         cmp_status->state = COMPOSING_COMPONENT_CHAR;			\
COMPOSING_COMPONENT_CHAR 2378 src/coding.c   	      else if (cmp_status->state >= COMPOSING_COMPONENT_CHAR)
COMPOSING_COMPONENT_CHAR 2411 src/coding.c   	  if (cmp_status->state >= COMPOSING_COMPONENT_CHAR)
COMPOSING_COMPONENT_CHAR 2484 src/coding.c         else if (cmp_status->state == COMPOSING_COMPONENT_CHAR)
COMPOSING_COMPONENT_CHAR 2510 src/coding.c   	    cmp_status->state = COMPOSING_COMPONENT_CHAR;
COMPOSING_COMPONENT_CHAR 3374 src/coding.c   	&& ((cmp_status->state == COMPOSING_COMPONENT_CHAR		   \
COMPOSING_COMPONENT_CHAR 3392 src/coding.c   	  = (c1 <= '2' ? COMPOSING_CHAR : COMPOSING_COMPONENT_CHAR);	   \
COMPOSING_COMPONENT_CHAR 3444 src/coding.c   	    && cmp_status->state == COMPOSING_COMPONENT_CHAR))		\