Searched refs:fHashTable (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/common/ |
D | rbbistbl.cpp | 44 fHashTable = NULL; in RBBISymbolTable() 47 fHashTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in RBBISymbolTable() 52 uhash_setValueDeleter(fHashTable, RBBISymbolTableEntry_deleter); in RBBISymbolTable() 59 uhash_close(fHashTable); in ~RBBISymbolTable() 79 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &s); in lookup() 171 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key); in lookupNode() 191 e = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key); in addEntry() 204 uhash_put( fHashTable, &e->key, e, &err); in addEntry() 236 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint() 251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
|
D | rbbirb.h | 59 UHashtable *fHashTable; variable
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBISymbolTable.java | 18 HashMap<String, RBBISymbolTableEntry> fHashTable; field in RBBISymbolTable 38 fHashTable = new HashMap<String, RBBISymbolTableEntry>(); in RBBISymbolTable() 57 el = fHashTable.get(s); in lookup() 144 el = fHashTable.get(key); in lookupNode() 159 e = fHashTable.get(key); in addEntry() 168 fHashTable.put(e.key, e); in addEntry() 181 RBBISymbolTableEntry[] syms = fHashTable.values().toArray(new RBBISymbolTableEntry[0]); in rbbiSymtablePrint()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBISymbolTable.java | 17 HashMap<String, RBBISymbolTableEntry> fHashTable; field in RBBISymbolTable 37 fHashTable = new HashMap<String, RBBISymbolTableEntry>(); in RBBISymbolTable() 56 el = fHashTable.get(s); in lookup() 143 el = fHashTable.get(key); in lookupNode() 158 e = fHashTable.get(key); in addEntry() 167 fHashTable.put(e.key, e); in addEntry() 180 RBBISymbolTableEntry[] syms = fHashTable.values().toArray(new RBBISymbolTableEntry[0]); in rbbiSymtablePrint()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 56 fHashTable[i] = nullptr; in ProgramCache() 91 fHashTable[i] = nullptr; in reset() 124 Entry* hashedEntry = fHashTable[hashIdx]; in refProgram() 165 if (fHashTable[purgedHashIdx] == entry) { in refProgram() 166 fHashTable[purgedHashIdx] = nullptr; in refProgram() 204 fHashTable[hashIdx] = entry; in refProgram()
|
D | GrGLGpu.h | 289 Entry* fHashTable[1 << kHashBits]; variable
|
/external/guice/lib/build/jdiff/ |
D | xerces.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/xml/
javax/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |