Searched refs:EOT (Results 1 – 25 of 43) sorted by relevance
12
100 // must check EOT, which is like the else clause.101 // eot[s]>=0 indicates that an EOT edge goes to another103 if ( eot[s]>=0 ) { // EOT Transition to accept state?104 if ( debug ) trace("EOT transition");108 // which assumed here that the EOT edge always110 // what about predicated edges coming from EOT121 if ( eot[s]>=0 ) { // EOT Transition?122 if ( debug ) trace("EOT transition");131 // not in range and not EOF/EOT, must be invalid symbol
90 // must check EOT, which is like the else clause.91 // eot[s]>=0 indicates that an EOT edge goes to another94 if ( debug > 2 ) NSLog(@"EOT transition");98 // which assumed here that the EOT edge always100 // what about predicated edges coming from EOT112 if (eot[s] >= 0) {// EOT transition? we may still accept the input in the next state113 if ( debug > 2 ) NSLog(@"EOT transition");
67 my $in = << 'EOT';73 EOT
71 public static final int EOT = -2; field in Label87 public static final int MIN_ATOM_VALUE = EOT;
236 Label EOTLabel = new Label(Label.EOT); in findNewDFAStatesAndAddDFATransitions()423 if ( label.getAtom()==Label.EOT ) { in addTransition()425 oldTransition.label = new Label(Label.EOT); in addTransition()429 if ( oldTransition.label.getAtom()!=Label.EOT ) { in addTransition()879 if ( c.context.parent!=null && edgeLabel.label==Label.EOT ) { in reach()916 Label eot = new Label(Label.EOT); in convertToEOTAcceptState()
233 edge.label.getAtom()==Label.EOT ) in optimizeEOTBranches()
185 else if ( grammar.type==Grammar.LEXER && look.member(Label.EOT) ) { in LOOK()
597 if ( label.getAtom()==Label.EOT ) {610 if ( atoms[a]==Label.EOT ) {
9 EOT = [1, 2].freeze constant in DFASubclass
124 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.EOT, "<EOT>"); in initTokenSymbolTables()133 tokenIDToTypeMap.put("<EOT>", Utils.integer(Label.EOT)); in initTokenSymbolTables()
416 if ( t.label.getAtom()==Label.EOT ) { in predict()
319 label = Label.EOT; in build_EOFState()
101 if ( edge.label.getAtom()==Label.EOT ) { in walkFixedDFAGeneratingStateMachine()
680 if ( edge.label.getAtom()==Label.EOT ) { in generateSpecialState()707 if ( edge.label.getAtom()!=Label.EOT ) { in generateSpecialState()1289 if ( edge.label.getAtom()==Label.EOT ) { in canGenerateSwitch()
98 public static final byte EOT = 4; field in Ascii
912 EOT = unpack( 1, -1, 1, 11, 14, -1, 1, 11, 1, 20, 1, 11, 2, -1, 1, constant in ANTLR3.Template.GroupFile.Lexer.DFA12
249 cat <<EOT251 EOT
238 cat <<EOT240 EOT
92 * Make HB_BUFFER_FLAG_BOT/EOT easier to use.94 Previously, we expected users to provide BOT/EOT flags when the123 EOT flag.
238 public static final MediaType EOT = createConstant(APPLICATION_TYPE, "vnd.ms-fontobject"); field in MediaType
795 * closure loop. If end-of-token (EOT) predicts any of the889 EOT = unpack( <dfa.javaCompressedEOT; anchor, separator=", ", wrap="\n"> )
1260 * loop. If end-of-token (EOT) predicts any of the targets then it1385 EOT := TDFA.UnpackEncodedString(DFA<dfa.decisionNumber>_EOT);
806 * Fixed bug where EOT transitions led to no NFA configs in a DFA state,1016 * EOT, EOT DFA state transition tables should be init'd to -1 (only
7 perl >help <<'EOT' && diff -u help html; rm -f help html24 EOT