Home
last modified time | relevance | path

Searched refs:compareEntries (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/ico/
DICOImageDecoder.h75 static bool compareEntries(const IconDirectoryEntry& a, const IconDirectoryEntry& b);
DICOImageDecoder.cpp132 bool ICOImageDecoder::compareEntries(const IconDirectoryEntry& a, const IconDirectoryEntry& b) in compareEntries() function in WebCore::ICOImageDecoder
261 std::sort(m_dirEntries.begin(), m_dirEntries.end(), compareEntries); in processDirectoryEntries()
/external/icu4c/tools/gensprep/
Dstore.c231 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries() function
385 hashTable = uhash_open(hashEntry, compareEntries, NULL, status); in storeMapping()
/external/icu4c/common/
Dusprep.cpp116 compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries() function
213 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache()
Duresbund.c57 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries() function
274 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2447833 (WebCore::ICOImageDecoder::compareEntries):
DChangeLog-2010-01-2976557 (WebCore::ICOImageDecoder::compareEntries): Add utility function for sorting entries.