Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/image-decoders/ico/
DICOImageDecoder.cpp142 bool ICOImageDecoder::compareEntries(const IconDirectoryEntry& a, in compareEntries() function in WebCore::ICOImageDecoder
281 std::sort(m_dirEntries.begin(), m_dirEntries.end(), compareEntries); in processDirectoryEntries()
DICOImageDecoder.h70 static bool compareEntries(const IconDirectoryEntry& a,
/external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/common/
Dusprep.cpp115 compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries() function
216 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
220 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache()
/external/webkit/WebCore/
DChangeLog-2010-01-2976557 (WebCore::ICOImageDecoder::compareEntries): Add utility function for sorting entries.