Searched refs:char_str_less (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | bound_test.cpp | 28 static bool char_str_less(const char* a_, const char* b_) in char_str_less() function in BoundTest 56 …pper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less) - str); in uprbnd2() 77 …ion = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less); in lwrbnd2()
|
/ndk/tests/device/test-stlport/unit/ |
D | bound_test.cpp | 28 static bool char_str_less(const char* a_, const char* b_) in char_str_less() function in BoundTest 56 …pper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less) - str); in uprbnd2() 77 …ion = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less); in lwrbnd2()
|