HomeSort by relevance Sort by last modified time
    Searched refs:compareEntries (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.h 75 static bool compareEntries(const IconDirectoryEntry& a, const IconDirectoryEntry& b);
ICOImageDecoder.cpp 132 bool ICOImageDecoder::compareEntries(const IconDirectoryEntry& a, const IconDirectoryEntry& b)
261 std::sort(m_dirEntries.begin(), m_dirEntries.end(), compareEntries);
  /external/icu4c/tools/gensprep/
store.c 231 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) {
385 hashTable = uhash_open(hashEntry, compareEntries, NULL, status);
  /external/icu4c/common/
usprep.cpp 116 compareEntries(const UHashTok p1, const UHashTok p2) {
213 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
uresbund.c 57 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) {
274 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
    [all...]

Completed in 102 milliseconds