HomeSort by relevance Sort by last modified time
    Searched refs:nultrans (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
dfa.c 383 if ( nultrans )
384 nultrans =
385 reallocate_integer_array( nultrans, current_max_dfas );
500 nultrans = allocate_integer_array( current_max_dfas );
502 /* From now on, nultrans != nil indicates that we're
519 if ( nultrans )
703 if ( nultrans )
705 nultrans[ds] = state[NUL_ec];
gen.c 603 if ( worry_about_NULs && ! nultrans )
618 if ( worry_about_NULs && nultrans )
642 if ( worry_about_NULs && nultrans )
671 if ( need_backing_up && (! nultrans || fullspd || fulltbl) )
679 if ( nultrans )
1172 if ( nultrans )
1181 mkdata( nultrans[i] );
    [all...]
main.c 90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
1108 nultrans = (int *) 0;
flexdef.h 581 * nultrans - NUL transition for each state
603 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;
    [all...]
  /external/icu4c/i18n/
Android.mk 48 nultrans.cpp numfmt.cpp olsontz.cpp \

Completed in 157 milliseconds