Searched refs:do_compare (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _collate.h | 52 return do_compare( __low1, __high1, __low2, __high2); in compare() 67 virtual int do_compare(const char*, const char*, 88 return do_compare( __low1, __high1, __low2, __high2); in compare() 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/src/ |
D | collate.cpp | 28 int collate<char>::do_compare(const char* low1, const char* high1, in do_compare() function in collate 48 collate<wchar_t>::do_compare(const wchar_t* low1, const wchar_t* high1, in do_compare() function in collate
|
D | facets_byname.cpp | 199 int collate_byname<char>::do_compare(const char* __low1, in do_compare() function in collate_byname 246 int collate_byname<wchar_t>::do_compare(const wchar_t* low1, in do_compare() function in collate_byname
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __locale | 195 return do_compare(__lo1, __hi1, __lo2, __hi2); 214 virtual int do_compare(const char_type* __lo1, const char_type* __hi1, 230 collate<_CharT>::do_compare(const char_type* __lo1, const char_type* __hi1, 280 virtual int do_compare(const char_type* __lo1, const char_type* __hi1, 300 virtual int do_compare(const char_type* __lo1, const char_type* __hi1,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 698 collate_byname<char>::do_compare(const char_type* __lo1, const char_type* __hi1, in do_compare() function in collate_byname 762 collate_byname<wchar_t>::do_compare(const char_type* __lo1, const char_type* __hi1, in do_compare() function in collate_byname
|