Searched refs:compareEntries (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
H A DICOImageDecoder.h82 static bool compareEntries(const IconDirectoryEntry& a, const IconDirectoryEntry& b);
H A DICOImageDecoder.cpp157 bool ICOImageDecoder::compareEntries(const IconDirectoryEntry& a, const IconDirectoryEntry& b) function in class:blink::ICOImageDecoder
286 std::sort(m_dirEntries.begin(), m_dirEntries.end(), compareEntries);
/external/chromium_org/third_party/icu/source/tools/gensprep/
H A Dstore.c231 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { function
366 hashTable = uhash_open(hashEntry, compareEntries, NULL, status);
/external/icu/icu4c/source/tools/gensprep/
H A Dstore.c231 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { function
366 hashTable = uhash_open(hashEntry, compareEntries, NULL, status);
/external/chromium_org/third_party/icu/source/common/
H A Dusprep.cpp117 compareEntries(const UHashTok p1, const UHashTok p2) { function
208 SHARED_DATA_HASHTABLE = uhash_open(hashEntry, compareEntries, NULL, &status);
H A Duresbund.cpp60 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { function
271 cache = uhash_open(hashEntry, compareEntries, NULL, &status);
/external/icu/icu4c/source/common/
H A Dusprep.cpp117 compareEntries(const UHashTok p1, const UHashTok p2) { function
208 SHARED_DATA_HASHTABLE = uhash_open(hashEntry, compareEntries, NULL, &status);
H A Duresbund.cpp60 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) { function
271 cache = uhash_open(hashEntry, compareEntries, NULL, &status);

Completed in 6994 milliseconds