Home
last modified time | relevance | path

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

12345678

/external/icu/icu4c/source/common/
Dhash.h28 class U_COMMON_API Hashtable : public UMemory {
40 Hashtable(UBool ignoreKeyCase, UErrorCode& status);
48 Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
54 Hashtable(UErrorCode& status);
60 Hashtable();
66 ~Hashtable();
98 UBool equals(const Hashtable& that) const;
100 Hashtable(const Hashtable &other); // forbid copying of this class
101 Hashtable &operator=(const Hashtable &other); // forbid copying of this class
108 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp, in init()
[all …]
Dlocutil.cpp22 static icu::Hashtable * LocaleUtility_cache = NULL;
49 LocaleUtility_cache = new Hashtable(status); in locale_utility_init()
201 const Hashtable*
213 Hashtable *cache = LocaleUtility_cache; in getAvailableLocaleNames()
219 Hashtable* htp; in getAvailableLocaleNames()
221 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
225 htp = new Hashtable(status); in getAvailableLocaleNames()
244 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DMyKeyStore.java38 import java.util.Hashtable;
45 private Hashtable Keys = new Hashtable();
47 private Hashtable Cert = new Hashtable();
49 private Hashtable Chain = new Hashtable();
51 private Hashtable Dates = new Hashtable();
53 private Hashtable KeysSL = new Hashtable();
55 private Hashtable CertSL = new Hashtable();
57 private Hashtable ChainSL = new Hashtable();
59 private Hashtable DatesSL = new Hashtable();
/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()
107 if (obj instanceof Hashtable) in readObject()
109 this.pkcs12Attributes = (Hashtable)obj; in readObject()
/external/icu/icu4c/source/i18n/unicode/
Dtmutfmt.h50 class Hashtable; variable
193 Hashtable* fTimeUnitToCountToPatterns[TimeUnit::UTIMEUNIT_FIELD_COUNT];
216 const char*, Hashtable*, UErrorCode&);
219 Hashtable* initHash(UErrorCode& status);
222 void deleteHash(Hashtable* htable);
225 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
Dcurrpinf.h25 class Hashtable; variable
205 void deleteHash(Hashtable* hTable);
214 Hashtable* initHash(UErrorCode& status);
225 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
236 Hashtable* fPluralCountToCurrencyUnitPattern;
Ddtitvinf.h468 void deleteHash(Hashtable* hTable);
477 Hashtable* initHash(UErrorCode& status);
488 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
499 Hashtable* fIntervalPatterns;
/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/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/icu/icu4c/source/common/unicode/
Dcaniter.h33 class Hashtable; variable
129 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
188Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCo…
197Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, in…
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DSecurity2Test.java23 import java.util.Hashtable;
40 Hashtable allSupported = new Hashtable(); in test_getProvidersLjava_lang_String()
130 private void addOrIncrementTable(Hashtable table, String key) { in addOrIncrementTable()
215 Map filter = new Hashtable(); in test_getProvidersLjava_util_Map()
227 filter = new Hashtable(); in test_getProvidersLjava_util_Map()
241 filter = new Hashtable(); in test_getProvidersLjava_util_Map()
254 filter = new Hashtable(); in test_getProvidersLjava_util_Map()
265 filter = new Hashtable(); in test_getProvidersLjava_util_Map()
274 filter = new Hashtable(); in test_getProvidersLjava_util_Map()
284 filter = new Hashtable(); in test_getProvidersLjava_util_Map()
/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/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/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYSeriesRenderer.java26 import java.util.Hashtable;
35 public Hashtable<XYRegionFormatter, String> getUniqueRegionFormatters() { in getUniqueRegionFormatters()
37 Hashtable<XYRegionFormatter, String> found = new Hashtable<XYRegionFormatter, String>(); in getUniqueRegionFormatters()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509ExtensionsGenerator.java4 import java.util.Hashtable;
18 private Hashtable extensions = new Hashtable();
26 extensions = new Hashtable(); in reset()
DExtensionsGenerator.java4 import java.util.Hashtable;
17 private Hashtable extensions = new Hashtable();
25 extensions = new Hashtable(); in reset()
DX509Name.java5 import java.util.Hashtable;
227 public static final Hashtable DefaultSymbols = new Hashtable();
233 public static final Hashtable RFC2253Symbols = new Hashtable();
239 public static final Hashtable RFC1779Symbols = new Hashtable();
244 public static final Hashtable DefaultLookUp = new Hashtable();
250 public static final Hashtable OIDLookUp = DefaultSymbols;
256 public static final Hashtable SymbolLookUp = DefaultLookUp;
471 Hashtable attributes) in X509Name()
486 Hashtable attributes) in X509Name()
505 Hashtable attributes, in X509Name()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ec/
DCustomNamedCurves.java5 import java.util.Hashtable;
627 static final Hashtable nameToCurve = new Hashtable();
628 static final Hashtable nameToOID = new Hashtable();
629 static final Hashtable oidToCurve = new Hashtable();
630 static final Hashtable oidToName = new Hashtable();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DErrorTracker.java15 import java.util.Hashtable;
40 private Hashtable platforms = new Hashtable();
41 private Hashtable logFiles = new Hashtable();
42 private Hashtable typesMap = new Hashtable();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DX509Principal.java5 import java.util.Hashtable;
76 Hashtable attributes) in X509Principal()
89 Hashtable attributes) in X509Principal()
140 Hashtable lookUp, in X509Principal()
/external/nist-sip/java/gov/nist/core/
DLexerCore.java29 import java.util.Hashtable;
85 protected static final Hashtable globalSymbolTable;
86 protected static final Hashtable lexerTables;
87 protected Hashtable currentLexer;
92 globalSymbolTable = new Hashtable();
93 lexerTables = new Hashtable();
114 protected Hashtable addLexer(String lexerName) { in addLexer()
115 currentLexer = (Hashtable) lexerTables.get(lexerName); in addLexer()
117 currentLexer = new Hashtable(); in addLexer()
130 this.currentLexer = new Hashtable(); in LexerCore()

12345678