Home
last modified time | relevance | path

Searched refs:strCt (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dbound_test.cpp54 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/
Dbound_test.cpp54 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()