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

  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/ico/
ICOImageDecoder.h 82 static bool compareEntries(const IconDirectoryEntry& a, const IconDirectoryEntry& b);
ICOImageDecoder.cpp 157 bool ICOImageDecoder::compareEntries(const IconDirectoryEntry& a, const IconDirectoryEntry& b)
286 std::sort(m_dirEntries.begin(), m_dirEntries.end(), compareEntries);
  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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...]
  /external/icu4c/common/
usprep.cpp 116 compareEntries(const UHashTok p1, const UHashTok p2) {
210 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
uresbund.cpp 58 static UBool U_CALLCONV compareEntries(const UHashTok p1, const UHashTok p2) {
272 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
    [all...]

Completed in 146 milliseconds