Home
last modified time | relevance | path

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

1234567891011

/external/icu/icu4c/source/common/
Dhash.h30 class U_COMMON_API Hashtable : public UMemory {
44 inline Hashtable(UBool ignoreKeyCase, UErrorCode& status);
52 inline Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status);
60 inline Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
66 inline Hashtable(UErrorCode& status);
72 inline Hashtable();
78 inline ~Hashtable();
110 inline UBool equals(const Hashtable& that) const;
112 Hashtable(const Hashtable &other); // forbid copying of this class
113 Hashtable &operator=(const Hashtable &other); // forbid copying of this class
[all …]
Dlocutil.cpp25 static icu::Hashtable * LocaleUtility_cache = NULL;
52 LocaleUtility_cache = new Hashtable(status); in locale_utility_init()
204 const Hashtable*
216 Hashtable *cache = LocaleUtility_cache; in getAvailableLocaleNames()
222 Hashtable* htp; in getAvailableLocaleNames()
224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
228 htp = new Hashtable(status); in getAvailableLocaleNames()
246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
/external/icu/libicu/cts_headers/
Dhash.h30 class U_COMMON_API Hashtable : public UMemory {
44 inline Hashtable(UBool ignoreKeyCase, UErrorCode& status);
52 inline Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status);
60 inline Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
66 inline Hashtable(UErrorCode& status);
72 inline Hashtable();
78 inline ~Hashtable();
110 inline UBool equals(const Hashtable& that) const;
112 Hashtable(const Hashtable &other); // forbid copying of this class
113 Hashtable &operator=(const Hashtable &other); // forbid copying of this class
[all …]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultSignedAttributeTableGenerator.java5 import java.util.Hashtable;
24 private final Hashtable table;
31 table = new Hashtable(); in DefaultSignedAttributeTableGenerator()
48 table = new Hashtable(); in DefaultSignedAttributeTableGenerator()
62 protected Hashtable createStandardAttributeTable( in createStandardAttributeTable()
65 Hashtable std = copyHashTable(table); in createStandardAttributeTable()
118 private static Hashtable copyHashTable(Hashtable paramsMap) in copyHashTable()
120 Hashtable newTable = new Hashtable(); in copyHashTable()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java25 import java.util.Hashtable;
457 Hashtable prefixTable;
458 Hashtable uriTable;
459 Hashtable elementNameTable;
460 Hashtable attributeNameTable;
479 prefixTable = new Hashtable(); in Context2()
480 uriTable = new Hashtable(); in Context2()
575 Hashtable table; in processName()
580 elementNameTable=new Hashtable(); in processName()
584 attributeNameTable=new Hashtable(); in processName()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DEnvironmentCheck.java29 import java.util.Hashtable;
169 Hashtable hash = getEnvironmentHash(); in checkEnvironment()
215 public Hashtable getEnvironmentHash() in getEnvironmentHash()
218 Hashtable hash = new Hashtable(); in getEnvironmentHash()
248 protected boolean writeEnvironmentReport(Hashtable h) in writeEnvironmentReport()
365 Hashtable subhash = (Hashtable) v.elementAt(i); in logFoundJars()
409 public void appendEnvironmentReport(Node container, Document factory, Hashtable h) in appendEnvironmentReport()
516 Hashtable subhash = (Hashtable) v.elementAt(i); in appendFoundJars()
562 protected void checkSystemProperties(Hashtable h) in checkSystemProperties()
566 h = new Hashtable(); in checkSystemProperties()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DPKCS12BagAttributeCarrierImpl.java8 import java.util.Hashtable;
20 private Hashtable pkcs12Attributes;
23 PKCS12BagAttributeCarrierImpl(Hashtable attributes, Vector ordering) in PKCS12BagAttributeCarrierImpl()
31 this(new Hashtable(), new Vector()); in PKCS12BagAttributeCarrierImpl()
65 Hashtable getAttributes() in getAttributes()
80 out.writeObject(new Hashtable()); in writeObject()
106 if (obj instanceof Hashtable) in readObject()
108 this.pkcs12Attributes = (Hashtable)obj; in readObject()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/util/
DPKCS12BagAttributeCarrierImpl.java9 import java.util.Hashtable;
24 private Hashtable pkcs12Attributes;
27 PKCS12BagAttributeCarrierImpl(Hashtable attributes, Vector ordering) in PKCS12BagAttributeCarrierImpl()
35 this(new Hashtable(), new Vector()); in PKCS12BagAttributeCarrierImpl()
69 Hashtable getAttributes() in getAttributes()
84 out.writeObject(new Hashtable()); in writeObject()
110 if (obj instanceof Hashtable) in readObject()
112 this.pkcs12Attributes = (Hashtable)obj; in readObject()
/external/icu/libicu/cts_headers/unicode/
Dtmutfmt.h54 class Hashtable; variable
199 Hashtable* fTimeUnitToCountToPatterns[TimeUnit::UTIMEUNIT_FIELD_COUNT];
222 const char*, Hashtable*, UErrorCode&);
225 Hashtable* initHash(UErrorCode& status);
228 void deleteHash(Hashtable* htable);
231 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
Dcaniter.h37 class Hashtable; variable
133 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
192Hashtable *getEquivalents2(Hashtable *fillinResult, const char16_t *segment, int32_t segLen, UErro…
201Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen,…
Dcurrpinf.h29 class Hashtable; variable
209 void deleteHash(Hashtable* hTable);
218 Hashtable* initHash(UErrorCode& status);
229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
240 Hashtable* fPluralCountToCurrencyUnitPattern;
/external/icu/icu4c/source/i18n/unicode/
Dtmutfmt.h54 class Hashtable; variable
199 Hashtable* fTimeUnitToCountToPatterns[TimeUnit::UTIMEUNIT_FIELD_COUNT];
222 const char*, Hashtable*, UErrorCode&);
225 Hashtable* initHash(UErrorCode& status);
228 void deleteHash(Hashtable* htable);
231 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
Dcurrpinf.h29 class Hashtable; variable
209 void deleteHash(Hashtable* hTable);
218 Hashtable* initHash(UErrorCode& status);
229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
240 Hashtable* fPluralCountToCurrencyUnitPattern;
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/util/
DPKCS12BagAttributeCarrierImpl.java9 import java.util.Hashtable;
24 private Hashtable pkcs12Attributes;
27 PKCS12BagAttributeCarrierImpl(Hashtable attributes, Vector ordering) in PKCS12BagAttributeCarrierImpl()
35 this(new Hashtable(), new Vector()); in PKCS12BagAttributeCarrierImpl()
69 Hashtable getAttributes() in getAttributes()
84 out.writeObject(new Hashtable()); in writeObject()
110 if (obj instanceof Hashtable) in readObject()
112 this.pkcs12Attributes = (Hashtable)obj; in readObject()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java4 import java.util.Hashtable;
18 private Hashtable attributes = new Hashtable();
21 Hashtable attrs) in AttributeTable()
163 public Hashtable toHashtable() in toHashtable()
200 private Hashtable copyTable( in copyTable()
201 Hashtable in) in copyTable()
203 Hashtable out = new Hashtable(); in copyTable()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DKeywords.java23 import java.util.Hashtable;
33 private static Hashtable m_keywords = new Hashtable();
36 private static Hashtable m_axisnames = new Hashtable();
39 private static Hashtable m_nodetests = new Hashtable();
42 private static Hashtable m_nodetypes = new Hashtable();
/external/icu/icu4c/source/common/unicode/
Dcaniter.h37 class Hashtable; variable
133 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
192Hashtable *getEquivalents2(Hashtable *fillinResult, const char16_t *segment, int32_t segLen, UErro…
201Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen,…
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/cms/
DAttributeTable.java5 import java.util.Hashtable;
20 private Hashtable attributes = new Hashtable();
23 Hashtable attrs) in AttributeTable()
165 public Hashtable toHashtable() in toHashtable()
202 private Hashtable copyTable( in copyTable()
203 Hashtable in) in copyTable()
205 Hashtable out = new Hashtable(); in copyTable()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
DAttributeTable.java5 import java.util.Hashtable;
20 private Hashtable attributes = new Hashtable();
23 Hashtable attrs) in AttributeTable()
165 public Hashtable toHashtable() in toHashtable()
202 private Hashtable copyTable( in copyTable()
203 Hashtable in) in copyTable()
205 Hashtable out = new Hashtable(); in copyTable()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DMarshalHashtable.java46 public static final Class HASHTABLE_CLASS = new Hashtable().getClass();
52 Hashtable instance = new Hashtable(); in readInstance()
75 Hashtable h = (Hashtable) instance; in writeInstance()
90 Hashtable h;
93 ItemSoapObject(Hashtable h) { in ItemSoapObject()
/external/icu/icu4c/source/tools/gennorm2/
Dextradata.h53 UnicodeString &dataString, Hashtable &previousMappings);
60 Hashtable previousNoNoMappingsCompYes; // If constructed in runtime code, pass in UErrorCode.
61 Hashtable previousNoNoMappingsCompBoundaryBefore;
62 Hashtable previousNoNoMappingsCompNoMaybeCC;
63 Hashtable previousNoNoMappingsEmpty;
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DLocalVariableInfo.java21 import java.util.Hashtable;
37 private final Hashtable<String, Type> types = new Hashtable<>();
39 private final Hashtable<String, String> names = new Hashtable<>();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
DNISTNamedCurves.java4 import java.util.Hashtable;
17 static final Hashtable objIds = new Hashtable();
18 static final Hashtable names = new Hashtable();
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DMDC.java19 import java.util.Hashtable;
55 public static Hashtable getContext() { in getContext()
59 return new Hashtable(map); in getContext()
61 return new Hashtable(); in getContext()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/nist/
DNISTNamedCurves.java5 import java.util.Hashtable;
19 static final Hashtable objIds = new Hashtable();
20 static final Hashtable names = new Hashtable();

1234567891011