Lines Matching refs:specDAG
516 specDAG(TRUE, status), in TransliteratorRegistry()
522 specDAG.setValueDeleter(uhash_deleteHashtable); in TransliteratorRegistry()
724 return specDAG.count(); in countAvailableSources()
732 e = specDAG.nextElement(pos); in getAvailableSource()
746 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets()
753 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget()
776 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants()
789 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableVariant()
933 Hashtable *targets = (Hashtable*) specDAG.get(source); in registerSTV()
940 specDAG.put(source, targets, status); in registerSTV()
979 Hashtable *targets = (Hashtable*) specDAG.get(source); in removeSTV()
991 specDAG.remove(source); // should delete targets in removeSTV()