Home
last modified time | relevance | path

Searched refs:s2_ (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() argument
29 return strcmp(s1_, s2_) < 0 ? 1 : 0; in compare_strings()
/ndk/tests/device/test-stlport/unit/
Dincludes_test.cpp27 static bool compare_strings(const char* s1_, const char* s2_) in compare_strings() argument
29 return strcmp(s1_, s2_) < 0 ? 1 : 0; in compare_strings()