Lines Matching refs:specDAG
518 specDAG(TRUE, status), in TransliteratorRegistry()
524 specDAG.setValueDeleter(uhash_deleteHashtable); in TransliteratorRegistry()
726 return specDAG.count(); in countAvailableSources()
734 e = specDAG.nextElement(pos); in getAvailableSource()
748 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets()
755 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget()
778 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants()
791 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableVariant()
935 Hashtable *targets = (Hashtable*) specDAG.get(source); in registerSTV()
942 specDAG.put(source, targets, status); in registerSTV()
981 Hashtable *targets = (Hashtable*) specDAG.get(source); in removeSTV()
993 specDAG.remove(source); // should delete targets in removeSTV()