Searched refs:namesCt (Results 1 - 2 of 2) sorted by relevance

/external/stlport/test/unit/
H A Dmax_test.cpp61 const unsigned namesCt = sizeof(names) / sizeof(names[0]); local
62 const char** r = max_element((const char**)names, (const char**)names + namesCt, str_compare);
H A Dmin_test.cpp59 const unsigned namesCt = sizeof(names) / sizeof(names[0]); local
60 const char** r = min_element((const char**)names, (const char**)names + namesCt, str_compare);

Completed in 532 milliseconds