HomeSort by relevance Sort by last modified time
    Searched refs:strCt (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
bound_test.cpp 54 const unsigned strCt = sizeof(str)/sizeof(str[0]);
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]);
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 54 const unsigned strCt = sizeof(str)/sizeof(str[0]);
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]);
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 54 const unsigned strCt = sizeof(str)/sizeof(str[0]);
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]);
77 char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less);

Completed in 73 milliseconds