Searched refs:__hi1 (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/include/ |
D | __locale | 252 int compare(const char_type* __lo1, const char_type* __hi1, 255 return do_compare(__lo1, __hi1, __lo2, __hi2); 274 virtual int do_compare(const char_type* __lo1, const char_type* __hi1, 290 collate<_CharT>::do_compare(const char_type* __lo1, const char_type* __hi1, 295 if (__lo1 == __hi1 || *__lo1 < *__lo2) 300 return __lo1 != __hi1; 340 virtual int do_compare(const char_type* __lo1, const char_type* __hi1, 360 virtual int do_compare(const char_type* __lo1, const char_type* __hi1,
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | __locale | 273 int compare(const char_type* __lo1, const char_type* __hi1, 276 return do_compare(__lo1, __hi1, __lo2, __hi2); 298 virtual int do_compare(const char_type* __lo1, const char_type* __hi1, 314 collate<_CharT>::do_compare(const char_type* __lo1, const char_type* __hi1, 319 if (__lo1 == __hi1 || *__lo1 < *__lo2) 324 return __lo1 != __hi1; 366 int do_compare(const char_type* __lo1, const char_type* __hi1, 387 int do_compare(const char_type* __lo1, const char_type* __hi1,
|
/external/libcxx/src/ |
D | locale.cpp | 700 collate_byname<char>::do_compare(const char_type* __lo1, const char_type* __hi1, in do_compare() argument 703 string_type lhs(__lo1, __hi1); in do_compare() 748 collate_byname<wchar_t>::do_compare(const char_type* __lo1, const char_type* __hi1, in do_compare() argument 751 string_type lhs(__lo1, __hi1); in do_compare()
|
/external/cronet/buildtools/third_party/libc++/trunk/src/ |
D | locale.cpp | 757 collate_byname<char>::do_compare(const char_type* __lo1, const char_type* __hi1, in do_compare() argument 760 string_type lhs(__lo1, __hi1); in do_compare() 806 collate_byname<wchar_t>::do_compare(const char_type* __lo1, const char_type* __hi1, in do_compare() argument 809 string_type lhs(__lo1, __hi1); in do_compare()
|