Home
last modified time | relevance | path

Searched refs:__lo2 (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/include/
D__locale253 const char_type* __lo2, const char_type* __hi2) const
255 return do_compare(__lo1, __hi1, __lo2, __hi2);
275 const char_type* __lo2, const char_type* __hi2) const;
291 const char_type* __lo2, const char_type* __hi2) const
293 for (; __lo2 != __hi2; ++__lo1, ++__lo2)
295 if (__lo1 == __hi1 || *__lo1 < *__lo2)
297 if (*__lo2 < *__lo1)
341 const char_type* __lo2, const char_type* __hi2) const;
361 const char_type* __lo2, const char_type* __hi2) const;
/external/cronet/buildtools/third_party/libc++/trunk/include/
D__locale274 const char_type* __lo2, const char_type* __hi2) const
276 return do_compare(__lo1, __hi1, __lo2, __hi2);
299 const char_type* __lo2, const char_type* __hi2) const;
315 const char_type* __lo2, const char_type* __hi2) const
317 for (; __lo2 != __hi2; ++__lo1, ++__lo2)
319 if (__lo1 == __hi1 || *__lo1 < *__lo2)
321 if (*__lo2 < *__lo1)
367 const char_type* __lo2, const char_type* __hi2) const override;
388 const char_type* __lo2, const char_type* __hi2) const override;
/external/cronet/buildtools/third_party/libc++/trunk/src/ryu/
Dd2s.cpp127 const uint64_t __lo2 = __lo + __mul[0];
128 const uint64_t __mid2 = __mid + __mul[1] + (__lo2 < __lo);
/external/libcxx/src/
Dlocale.cpp701 const char_type* __lo2, const char_type* __hi2) const in do_compare() argument
704 string_type rhs(__lo2, __hi2); in do_compare()
749 const char_type* __lo2, const char_type* __hi2) const in do_compare() argument
752 string_type rhs(__lo2, __hi2); in do_compare()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dlocale.cpp758 const char_type* __lo2, const char_type* __hi2) const in do_compare() argument
761 string_type rhs(__lo2, __hi2); in do_compare()
807 const char_type* __lo2, const char_type* __hi2) const in do_compare() argument
810 string_type rhs(__lo2, __hi2); in do_compare()