Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dincludes_test.cpp27 static bool compare_strings(const char* s1_, const char* s2_) in compare_strings() function in IncludesTest
77 sort(v1.begin(), v1.end(), compare_strings); in incl2()
78 sort(v2.begin(), v2.end(), compare_strings); in incl2()
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); in incl2()
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); in incl2()
/ndk/tests/device/test-stlport/unit/
Dincludes_test.cpp27 static bool compare_strings(const char* s1_, const char* s2_) in compare_strings() function in IncludesTest
77 sort(v1.begin(), v1.end(), compare_strings); in incl2()
78 sort(v2.begin(), v2.end(), compare_strings); in incl2()
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); in incl2()
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); in incl2()