Lines Matching refs:specDAG
538 specDAG(TRUE, SPECDAG_INIT_SIZE, status), in TransliteratorRegistry()
551 specDAG.setValueDeleter(uhash_deleteHashtable); in TransliteratorRegistry()
753 return specDAG.count(); in countAvailableSources()
761 e = specDAG.nextElement(pos); in getAvailableSource()
775 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets()
782 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget()
805 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants()
824 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableVariant()
974 Hashtable *targets = (Hashtable*) specDAG.get(source); in registerSTV()
986 specDAG.put(source, targets, status); in registerSTV()
1019 Hashtable *targets = (Hashtable*) specDAG.get(source); in removeSTV()
1038 specDAG.remove(source); // should delete targets in removeSTV()