Home | History | Annotate | Download | only in i18n

Lines Matching refs:specDAG

55 // initial estimate for specDAG size
538 specDAG(TRUE, SPECDAG_INIT_SIZE, status),
551 specDAG.setValueDeleter(uhash_deleteHashtable);
753 return specDAG.count();
761 e = specDAG.nextElement(pos);
775 Hashtable *targets = (Hashtable*) specDAG.get(source);
782 Hashtable *targets = (Hashtable*) specDAG.get(source);
805 Hashtable *targets = (Hashtable*) specDAG.get(source);
824 Hashtable *targets = (Hashtable*) specDAG.get(source);
965 * Register a source-target/variant in the specDAG. Variant may be
974 Hashtable *targets = (Hashtable*) specDAG.get(source);
986 specDAG.put(source, targets, status);
1011 * Remove a source-target/variant from the specDAG.
1019 Hashtable *targets = (Hashtable*) specDAG.get(source);
1038 specDAG.remove(source); // should delete targets