Home
last modified time | relevance | path

Searched refs:hashKey (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSSegmentedFontFace.cpp92 …unsigned hashKey = ((fontDescription.computedPixelSize() + 1) << (FontTraitsMaskWidth + 1)) | ((fo… in getFontData() local
94 SegmentedFontData* fontData = m_fontDataTable.get(hashKey); in getFontData()
120 m_fontDataTable.set(hashKey, fontData); in getFontData()
DCSSFontFaceSource.cpp119 …unsigned hashKey = (fontDescription.computedPixelSize() + 1) << 6 | fontDescription.widthVariant()… in getFontData() local
121 if (SimpleFontData* cachedData = m_fontDataTable.get(hashKey)) in getFontData()
190 m_fontDataTable.set(hashKey, fontDataRawPtr); in getFontData()
/external/icu4c/tools/ctestfw/
Ddatamap.cpp106 UnicodeString hashKey(key, -1, US_INV); in getItem() local
107 const ResourceBundle *r = (ResourceBundle *)fData->get(hashKey); in getItem()
/external/webkit/Source/WebCore/bridge/qt/
Dqt_instance.h63 QObject* hashKey() const { return m_hashkey; } in hashKey() function
Dqt_instance.cpp128 cachedInstances.remove(instance->hashKey()); in getQtInstance()
/external/icu4c/common/
Dlocid.cpp638 UHashTok hashKey; in hashCode() local
639 hashKey.pointer = fullName; in hashCode()
640 return uhash_hashChars(hashKey); in hashCode()
/external/icu4c/i18n/
Dnumfmt.cpp1228 int32_t hashKey = desiredLocale.hashCode(); in makeInstance() local
1231 ns = (NumberingSystem *)uhash_iget(cache, hashKey); in makeInstance()
1234 uhash_iput(cache, hashKey, (void*)ns, &status); in makeInstance()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2929438 (JSC::Bindings::QtInstance::hashKey):