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

  /external/stlport/test/unit/
adj_test.cpp 32 static int equal_length(const char* v1_, const char* v2_);
77 location = adjacent_find(v.begin(), v.end(), equal_length);
81 int AdjTest::equal_length(const char* v1_, const char* v2_) function in class:AdjTest
  /ndk/tests/device/test-gnustl-full/unit/
adj_test.cpp 32 static int equal_length(const char* v1_, const char* v2_);
77 location = adjacent_find(v.begin(), v.end(), equal_length);
81 int AdjTest::equal_length(const char* v1_, const char* v2_) function in class:AdjTest
  /ndk/tests/device/test-stlport/unit/
adj_test.cpp 32 static int equal_length(const char* v1_, const char* v2_);
77 location = adjacent_find(v.begin(), v.end(), equal_length);
81 int AdjTest::equal_length(const char* v1_, const char* v2_) function in class:AdjTest

Completed in 582 milliseconds