Home | History | Annotate | Download | only in impl

Lines Matching defs:id

68    * given a source state (referenced by its numeric ID) and the current
106 int id = from.getId();
107 if (id < 0 || id >= MAX_STATES) {
113 result = stateTable[id][currentChar];
154 int id = from.getId();
155 if ((id < 0) || (id >= MAX_STATES)) {
167 int id = from.getId();
168 if ((id < 0) || (id >= MAX_STATES)) {