Home
last modified time | relevance | path

Searched refs:__high2 (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_collate.h51 const char* __low2, const char* __high2) const { in compare() argument
52 return do_compare( __low1, __high1, __low2, __high2); in compare()
87 const wchar_t* __low2, const wchar_t* __high2) const { in compare() argument
88 return do_compare( __low1, __high1, __low2, __high2); in compare()
/ndk/sources/cxx-stl/stlport/src/
Dfacets_byname.cpp202 const char* __high2) const { in do_compare()
205 __low2, __high2 - __low2); in do_compare()