Searched defs:do_compare (Results 1 – 3 of 3) sorted by relevance
/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/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
|