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

  /external/llvm/unittests/ADT/
StringRefTest.cpp 302 StringRef LongStr("hellx xello hell ello world foo bar hello");
303 EXPECT_EQ(36U, LongStr.find("hello"));
304 EXPECT_EQ(28U, LongStr.find("foo"));
305 EXPECT_EQ(12U, LongStr.find("hell", 2));
306 EXPECT_EQ(0U, LongStr.find(""));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oaidl.h 212 DWORD_SIZEDARR LongStr;
    [all...]

Completed in 49 milliseconds