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

  /external/webkit/Source/WebCore/platform/image-decoders/ico/
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) {
366 hashTable = uhash_open(hashEntry, compareEntries, NULL, status);
  /external/icu4c/common/
usprep.cpp 116 compareEntries(const UHashTok p1, const UHashTok p2) {
210 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
uresbund.cpp 57 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) {
271 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
    [all...]

Completed in 143 milliseconds