Home
last modified time | relevance | path

Searched refs:Hashtable (Results 1 – 25 of 56) sorted by relevance

123

/external/icu4c/common/
Dhash.h27 class U_COMMON_API Hashtable : public UMemory {
39 Hashtable(UBool ignoreKeyCase, UErrorCode& status);
47 Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
53 Hashtable(UErrorCode& status);
59 Hashtable();
65 ~Hashtable();
93 UBool equals(const Hashtable& that) const;
95 Hashtable(const Hashtable &other); // forbid copying of this class
96 Hashtable &operator=(const Hashtable &other); // forbid copying of this class
103 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp, in init()
[all …]
Dlocutil.cpp23 static U_NAMESPACE_QUALIFIER Hashtable * LocaleUtility_cache = NULL;
183 const Hashtable*
194 Hashtable* cache; in getAvailableLocaleNames()
200 cache = new Hashtable(status); in getAvailableLocaleNames()
205 Hashtable* h; // set this to final LocaleUtility_cache value in getAvailableLocaleNames()
222 Hashtable* htp; in getAvailableLocaleNames()
224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
228 htp = new Hashtable(status); in getAvailableLocaleNames()
Dcaniter.cpp261 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute()
284 Hashtable subpermute(status); in permute()
339 Hashtable result(status); in getEquivalents()
340 Hashtable permutations(status); in getEquivalents()
341 Hashtable basic(status); in getEquivalents()
426 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_… in getEquivalents2()
451 Hashtable remainder(status); in getEquivalents2()
493 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, … in extract()
Dservlkf.cpp60 const Hashtable* supported = getSupportedIDs(status); in handlesKey()
70 LocaleKeyFactory::updateVisibleIDs(Hashtable& result, UErrorCode& status) const { in updateVisibleIDs()
71 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs()
120 const Hashtable*
Dserv.h250 virtual void updateVisibleIDs(Hashtable& result, UErrorCode& status) const = 0;
324 virtual void updateVisibleIDs(Hashtable& result, UErrorCode& status) const;
548 Hashtable* serviceCache;
553 Hashtable* idCache;
968 const Hashtable* getVisibleIDMap(UErrorCode& status) const;
Dservloc.h249 virtual void updateVisibleIDs(Hashtable& result, UErrorCode& status) const;
274 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
331 virtual void updateVisibleIDs(Hashtable& result, UErrorCode& status) const;
395 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
Dserv.cpp146 SimpleFactory::updateVisibleIDs(Hashtable& result, UErrorCode& status) const in updateVisibleIDs()
275 Hashtable cache;
452 ncthis->serviceCache = new Hashtable(status); in getKey()
615 const Hashtable* map = getVisibleIDMap(status); in getVisibleIDs()
653 const Hashtable*
661 ncthis->idCache = new Hashtable(status); in getVisibleIDMap()
693 const Hashtable* map = getVisibleIDMap(status); in getDisplayName()
752 const Hashtable* m = getVisibleIDMap(status); in getDisplayNames()
/external/gdata/src/com/google/wireless/gdata/contacts/parser/xml/
DXmlContactsGDataParser.java26 import java.util.Hashtable;
64 private static final Hashtable REL_TO_TYPE_EMAIL;
65 private static final Hashtable REL_TO_TYPE_PHONE;
66 private static final Hashtable REL_TO_TYPE_POSTAL;
67 private static final Hashtable REL_TO_TYPE_IM;
68 private static final Hashtable REL_TO_TYPE_ORGANIZATION;
69 private static final Hashtable IM_PROTOCOL_STRING_TO_TYPE_MAP;
71 public static final Hashtable TYPE_TO_REL_EMAIL;
72 public static final Hashtable TYPE_TO_REL_PHONE;
73 public static final Hashtable TYPE_TO_REL_POSTAL;
[all …]
/external/junit/src/junit/runner/
DClassPathTestCollector.java5 import java.util.Hashtable;
26 Hashtable result = collectFilesInPath(classPath); in collectTests()
30 public Hashtable collectFilesInPath(String classPath) { in collectFilesInPath()
31 Hashtable result= collectFilesInRoots(splitClassPath(classPath)); in collectFilesInPath()
35 Hashtable collectFilesInRoots(Vector roots) { in collectFilesInRoots()
36 Hashtable result= new Hashtable(100); in collectFilesInRoots()
43 void gatherFiles(File classRoot, String classFileName, Hashtable result) { in gatherFiles()
/external/junit/src/junit/swingui/
DTestTreeModel.java4 import java.util.Hashtable;
22 private Hashtable fFailures= new Hashtable();
23 private Hashtable fErrors= new Hashtable();
24 private Hashtable fRunTests= new Hashtable();
186 fFailures= new Hashtable(); in resetResults()
187 fRunTests= new Hashtable(); in resetResults()
188 fErrors= new Hashtable(); in resetResults()
/external/icu4c/common/unicode/
Dcaniter.h33 class Hashtable; variable
126 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
181Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCo…
190Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, in…
/external/icu4c/i18n/
Dzonemeta.h75 static Hashtable* createCanonicalMap(void);
76 static Hashtable* createOlsonToMetaMapOld(void);
77 static Hashtable* createOlsonToMetaMap(void);
78 static Hashtable* createMetaToOlsonMap(void);
Dzonemeta.cpp29 static U_NAMESPACE_QUALIFIER Hashtable *gCanonicalMap = NULL;
30 static U_NAMESPACE_QUALIFIER Hashtable *gOlsonToMeta = NULL;
31 static U_NAMESPACE_QUALIFIER Hashtable *gMetaToOlson = NULL;
209 Hashtable *tmpCanonicalMap = createCanonicalMap(); in initialize()
210 Hashtable *tmpOlsonToMeta = createOlsonToMetaMap(); in initialize()
215 Hashtable *tmpMetaToOlson = createMetaToOlsonMap(); in initialize()
233 Hashtable*
237 Hashtable *canonicalMap = NULL; in createCanonicalMap()
242 canonicalMap = new Hashtable(uhash_compareUnicodeString, NULL, status); in createCanonicalMap()
369 Hashtable*
[all …]
Dtransreg.cpp726 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets()
733 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget()
756 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants()
769 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableVariant()
910 Hashtable *targets = (Hashtable*) specDAG.get(source); in registerSTV()
912 targets = new Hashtable(TRUE, status); in registerSTV()
949 Hashtable *targets = (Hashtable*) specDAG.get(source); in removeSTV()
/external/gdata/src/com/google/wireless/gdata/spreadsheets/data/
DListEntry.java8 import java.util.Hashtable;
16 private Hashtable values = new Hashtable();
/external/gdata/src/com/google/wireless/gdata/client/
DHttpQueryParams.java5 import java.util.Hashtable;
20 private Hashtable params;
34 params = new Hashtable(7); in HttpQueryParams()
/external/apache-http/src/org/apache/commons/logging/
DLogSource.java21 import java.util.Hashtable;
61 static protected Hashtable logs = new Hashtable();
/external/gdata/src/com/google/wireless/gdata/calendar/data/
DEventEntry.java7 import java.util.Hashtable;
79 private Hashtable extendedProperties = null;
239 public Hashtable getExtendedProperties() { in getExtendedProperties()
256 extendedProperties = new Hashtable(); in addExtendedProperty()
/external/icu4c/test/intltest/
Dcanittst.cpp128 Hashtable *permutations = new Hashtable(FALSE, status); in TestBasic()
142 Hashtable *set = new Hashtable(FALSE, status); in TestBasic()
253 UnicodeString CanonicalIteratorTest::collectionToString(Hashtable *col) { in collectionToString()
Duvectest.cpp172 Hashtable *a = new Hashtable(status); in Hashtable_API()
182 Hashtable b(status); in Hashtable_API()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java18 import java.util.Hashtable;
33 static Hashtable options = new Hashtable(); static {
256 private static int getopts(Hashtable options, String[] argv) { in getopts()
283 private static boolean hasOption(Hashtable options, String option) { in hasOption()
DXMLWriter.java22 import java.util.Hashtable;
331 prefixTable = new Hashtable(); in init()
332 forcedDeclTable = new Hashtable(); in init()
333 doneDeclTable = new Hashtable(); in init()
1414 private Hashtable prefixTable;
1415 private Hashtable forcedDeclTable;
1416 private Hashtable doneDeclTable;
/external/emma/core/java12/com/vladium/util/
DProperty.java17 import java.util.Hashtable;
441 final Hashtable _propertyNames = new Hashtable (); in keys()
526 final Hashtable _propertyNames = new Hashtable (); in keys()
/external/icu4c/i18n/unicode/
Ddtptngen.h22 class Hashtable; variable
386 Hashtable *fAvailableFormatKeyHash;
409 void copyHashtable(Hashtable *other);
/external/icu4c/tools/ctestfw/
Ddatamap.cpp44 fData = new Hashtable(TRUE, status); in RBDataMap()
53 fData = new Hashtable(TRUE, status); in RBDataMap()
63 fData = new Hashtable(TRUE, status); in RBDataMap()

123