Home
last modified time | relevance | path

Searched refs:specDAG (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dtransreg.cpp516 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()
[all …]
Dtransreg.h446 Hashtable specDAG; variable