/external/stlport/test/unit/ |
bound_test.cpp | 28 static bool char_str_less(const char* a_, const char* b_) function in class:BoundTest 56 int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less) - str); 77 char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less);
|
/ndk/tests/device/test-gnustl-full/unit/ |
bound_test.cpp | 28 static bool char_str_less(const char* a_, const char* b_) function in class:BoundTest 56 int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less) - str); 77 char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less);
|
/ndk/tests/device/test-stlport/unit/ |
bound_test.cpp | 28 static bool char_str_less(const char* a_, const char* b_) function in class:BoundTest 56 int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less) - str); 77 char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less);
|