HomeSort by relevance Sort by last modified time
    Searched refs:compare_strings (Results 1 - 3 of 3) sorted by null

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

Completed in 59 milliseconds