Searched refs:targetStatus (Results 1 – 3 of 3) sorted by relevance
150 Status targetStatus = parser.getIdStatus(target);151 if (sourceStatus == targetStatus) {158 UnicodeSet set = map2.get(targetStatus);160 map2.put(targetStatus, set = new UnicodeSet());166 for (Status targetStatus : map2.keySet()) {167 UnicodeSet set = map2.get(targetStatus);168 System.out.println(sourceStatus + "\t=>\t" + targetStatus + "\t" + set);
724 Integer targetStatus = stateReachable.get(edgeTarget.stateNumber); in reachesState() local725 if ( targetStatus==REACHABLE_BUSY ) { // avoid cycles; they say nothing in reachesState()728 if ( targetStatus==REACHABLE_YES ) { // return success! in reachesState()732 if ( targetStatus==REACHABLE_NO ) { // try another transition in reachesState()
946 int targetStatus = edgeTarget.getAcceptStateReachable();947 if ( targetStatus==REACHABLE_BUSY ) { // avoid cycles; they say nothing951 if ( targetStatus==REACHABLE_YES ) { // avoid unnecessary work955 if ( targetStatus==REACHABLE_NO ) { // avoid unnecessary work