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

  /external/stlport/stlport/stl/
_collate.h 52 return do_compare( __low1, __high1, __low2, __high2);
67 virtual int do_compare(const char*, const char*,
88 return do_compare( __low1, __high1, __low2, __high2);
103 virtual int do_compare(const wchar_t*, const wchar_t*,
123 virtual int do_compare(const char*, const char*,
146 virtual int do_compare(const wchar_t*, const wchar_t*,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_collate.h 52 return do_compare( __low1, __high1, __low2, __high2);
67 virtual int do_compare(const char*, const char*,
88 return do_compare( __low1, __high1, __low2, __high2);
103 virtual int do_compare(const wchar_t*, const wchar_t*,
123 virtual int do_compare(const char*, const char*,
146 virtual int do_compare(const wchar_t*, const wchar_t*,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_collate.h 52 return do_compare( __low1, __high1, __low2, __high2);
67 virtual int do_compare(const char*, const char*,
88 return do_compare( __low1, __high1, __low2, __high2);
103 virtual int do_compare(const wchar_t*, const wchar_t*,
123 virtual int do_compare(const char*, const char*,
146 virtual int do_compare(const wchar_t*, const wchar_t*,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_collate.h 52 return do_compare( __low1, __high1, __low2, __high2);
67 virtual int do_compare(const char*, const char*,
88 return do_compare( __low1, __high1, __low2, __high2);
103 virtual int do_compare(const wchar_t*, const wchar_t*,
123 virtual int do_compare(const char*, const char*,
146 virtual int do_compare(const wchar_t*, const wchar_t*,
  /external/stlport/src/
collate.cpp 28 int collate<char>::do_compare(const char* low1, const char* high1, function in class:collate
48 collate<wchar_t>::do_compare(const wchar_t* low1, const wchar_t* high1, function in class:collate
facets_byname.cpp 199 int collate_byname<char>::do_compare(const char* __low1, function in class:collate_byname
246 int collate_byname<wchar_t>::do_compare(const wchar_t* low1, function in class:collate_byname
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
collate.cpp 28 int collate<char>::do_compare(const char* low1, const char* high1, function in class:collate
48 collate<wchar_t>::do_compare(const wchar_t* low1, const wchar_t* high1, function in class:collate
facets_byname.cpp 199 int collate_byname<char>::do_compare(const char* __low1, function in class:collate_byname
246 int collate_byname<wchar_t>::do_compare(const wchar_t* low1, function in class:collate_byname
    [all...]
  /frameworks/base/libs/hwui/utils/
SortedListImpl.cpp 61 const int c = do_compare(curr, item);
105 if (do_compare(vector.itemLocation(vector.size() - 1), arrayImpl()) <= 0) {
107 } else if (do_compare(vector.arrayImpl(), itemLocation(size() - 1)) >= 0) {
SortedListImpl.h 41 virtual int do_compare(const void* lhs, const void* rhs) const = 0;
SortedList.h 102 virtual int do_compare(const void* lhs, const void* rhs) const;
235 int SortedList<TYPE>::do_compare(const void* lhs, const void* rhs) const {
  /frameworks/base/include/utils/
SortedVector.h 133 virtual int do_compare(const void* lhs, const void* rhs) const;
274 int SortedVector<TYPE>::do_compare(const void* lhs, const void* rhs) const {
VectorImpl.h 166 virtual int do_compare(const void* lhs, const void* rhs) const = 0;
  /system/core/libpixelflinger/tinyutils/
SortedVector.h 131 virtual int do_compare(const void* lhs, const void* rhs) const;
273 int SortedVector<TYPE>::do_compare(const void* lhs, const void* rhs) const {
VectorImpl.cpp 469 const int c = do_compare(curr, item);
518 if (do_compare(vector.itemLocation(vector.size()-1), arrayImpl()) <= 0) {
520 } else if (do_compare(vector.arrayImpl(), itemLocation(size()-1)) >= 0) {
VectorImpl.h 151 virtual int do_compare(const void* lhs, const void* rhs) const = 0;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 653 * collate::do_compare().
664 { return this->do_compare(__lo1, __hi1, __lo2, __hi2); }
724 do_compare(const _CharT* __lo1, const _CharT* __hi1,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 653 * collate::do_compare().
664 { return this->do_compare(__lo1, __hi1, __lo2, __hi2); }
724 do_compare(const _CharT* __lo1, const _CharT* __hi1,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 653 * collate::do_compare().
664 { return this->do_compare(__lo1, __hi1, __lo2, __hi2); }
724 do_compare(const _CharT* __lo1, const _CharT* __hi1,
  /frameworks/base/libs/utils/
VectorImpl.cpp 541 const int c = do_compare(curr, item);
590 if (do_compare(vector.itemLocation(vector.size()-1), arrayImpl()) <= 0) {
592 } else if (do_compare(vector.arrayImpl(), itemLocation(size()-1)) >= 0) {
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.h 258 virtual int do_compare(const void* lhs, const void* rhs) const { function in class:android::SurfaceFlinger::LayerVector

Completed in 373 milliseconds