HomeSort by relevance Sort by last modified time
    Searched refs:stringTable (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/platform/text/
AtomicString.cpp 43 static inline HashSet<StringImpl*>& stringTable()
90 pair<HashSet<StringImpl*>::iterator, bool> addResult = stringTable().add<const char*, CStringTranslator>(c);
188 pair<HashSet<StringImpl*>::iterator, bool> addResult = stringTable().add<UCharBuffer, UCharBufferTranslator>(buf);
208 pair<HashSet<StringImpl*>::iterator, bool> addResult = stringTable().add<UCharBuffer, UCharBufferTranslator>(buf);
223 StringImpl* result = *stringTable().add(r).first;
231 stringTable().remove(r);
256 pair<HashSet<StringImpl*>::iterator, bool> addResult = stringTable().add<HashAndCharacters, HashAndCharactersTranslator>(buffer);
273 pair<HashSet<StringImpl*>::iterator, bool> addResult = stringTable().add<HashAndCharacters, HashAndCharactersTranslator>(buffer);
290 HashSet<StringImpl*>::iterator iterator = stringTable().find<HashAndCharacters, HashAndCharactersTranslator>(buffer);
291 if (iterator == stringTable().end()
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSGlobalData.cpp 72 extern JSC_CONST_HASHTABLE HashTable stringTable;
115 , stringTable(fastNew<HashTable>(JSC::stringTable))
173 stringTable->deleteTable();
182 fastDelete(const_cast<HashTable*>(stringTable));
JSGlobalData.h 115 const HashTable* stringTable;
StringPrototype.cpp 88 const ClassInfo StringPrototype::info = { "String", &StringObject::info, 0, ExecState::stringTable };
91 @begin stringTable 26
143 return getStaticFunctionSlot<StringObject>(exec, ExecState::stringTable(exec), this, propertyName, slot);
148 return getStaticFunctionDescriptor<StringObject>(exec, ExecState::stringTable(exec), this, propertyName, descriptor);
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv_io.h 47 const uint16_t *stringTable;
ucnv_io.c 197 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx))
308 gMainTable.stringTable = table + currOffset;
312 ? gMainTable.stringTable : (table + currOffset));
    [all...]
  /external/icu4c/common/
ucnv_io.h 47 const uint16_t *stringTable;
ucnv_io.c 197 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx))
308 gMainTable.stringTable = table + currOffset;
312 ? gMainTable.stringTable : (table + currOffset));
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 102 static const HashTable* stringTable(CallFrame* callFrame) { return callFrame->globalData().stringTable; }
  /frameworks/base/libs/rs/
rsFileA3D.cpp 158 IO stringTable(mData + mStringOffset, mUse64BitOffsets);
160 uint32_t stringEntryCount = stringTable.loadU32();
165 uint32_t stringType = stringTable.loadU32();
169 uint64_t offset = stringTable.loadOffset();
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 225 milliseconds