Searched refs:strCt (Results 1 - 1 of 1) sorted by path

/external/stlport/test/unit/
H A Dbound_test.cpp54 const unsigned strCt = sizeof(str)/sizeof(str[0]); local
56 int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less) - str);
76 const unsigned strCt = sizeof(str)/sizeof(str[0]); local
77 char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less);

Completed in 253 milliseconds