NEUTRAL_ON        319 src/bidi.c       eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON);
NEUTRAL_ON        345 src/bidi.c           case NEUTRAL_ON:
NEUTRAL_ON       1882 src/bidi.c           if (bidi_it->type_after_wn == NEUTRAL_ON
NEUTRAL_ON       2274 src/bidi.c     		  type = NEUTRAL_ON;
NEUTRAL_ON       2442 src/bidi.c     		    type = NEUTRAL_ON; /* W6/Retaining */
NEUTRAL_ON       2462 src/bidi.c         type = NEUTRAL_ON;
NEUTRAL_ON       2762 src/bidi.c     	  if (bidi_it->type_after_wn == NEUTRAL_ON) /* Unicode 8.0 correction */
NEUTRAL_ON       2771 src/bidi.c           eassert (type == NEUTRAL_ON);
NEUTRAL_ON       2889 src/bidi.c           if (type == NEUTRAL_ON)
NEUTRAL_ON       2923 src/bidi.c           if (type == NEUTRAL_ON
NEUTRAL_ON       2989 src/bidi.c           eassert (type == STRONG_L || type == STRONG_R || type == NEUTRAL_ON);
NEUTRAL_ON       2993 src/bidi.c           if (type != NEUTRAL_ON)
NEUTRAL_ON       3022 src/bidi.c     	   || type == NEUTRAL_ON
NEUTRAL_ON       3658 src/bidi.c     	  || ((category == WEAK || bidi_it->orig_type == NEUTRAL_ON)