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

  /external/stlport/test/unit/
find_test.cpp 68 const unsigned yearCount = sizeof(years) / sizeof(years[0]);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);
  /ndk/tests/device/test-gnustl-full/unit/
find_test.cpp 68 const unsigned yearCount = sizeof(years) / sizeof(years[0]);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);
  /ndk/tests/device/test-stlport/unit/
find_test.cpp 68 const unsigned yearCount = sizeof(years) / sizeof(years[0]);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);

Completed in 99 milliseconds