Searched refs:compareEntries (Results 1 – 9 of 9) sorted by relevance
/external/webkit/WebCore/platform/image-decoders/ico/ |
D | ICOImageDecoder.cpp | 142 bool ICOImageDecoder::compareEntries(const IconDirectoryEntry& a, in compareEntries() function in WebCore::ICOImageDecoder 281 std::sort(m_dirEntries.begin(), m_dirEntries.end(), compareEntries); in processDirectoryEntries()
|
D | ICOImageDecoder.h | 70 static bool compareEntries(const IconDirectoryEntry& a,
|
/external/chromium/third_party/icu/source/tools/gensprep/ |
D | store.c | 231 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/ |
D | store.c | 231 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/ |
D | usprep.cpp | 116 compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries() function 213 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache()
|
D | uresbund.c | 57 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/ |
D | usprep.cpp | 115 compareEntries(const UHashTok p1, const UHashTok p2) { in compareEntries() function 216 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache()
|
D | uresbund.c | 57 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/ |
D | ChangeLog-2010-01-29 | 76557 (WebCore::ICOImageDecoder::compareEntries): Add utility function for sorting entries.
|