Searched refs:strCt (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | bound_test.cpp | 54 const unsigned strCt = sizeof(str)/sizeof(str[0]); in uprbnd2() local 56 …int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char… in uprbnd2() 76 const unsigned strCt = sizeof(str)/sizeof(str[0]); in lwrbnd2() local 77 …char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"… in lwrbnd2()
|
/ndk/tests/device/test-stlport/unit/ |
D | bound_test.cpp | 54 const unsigned strCt = sizeof(str)/sizeof(str[0]); in uprbnd2() local 56 …int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char… in uprbnd2() 76 const unsigned strCt = sizeof(str)/sizeof(str[0]); in lwrbnd2() local 77 …char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"… in lwrbnd2()
|