Home
last modified time | relevance | path

Searched refs:LongStr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DStringRefTest.cpp468 StringRef LongStr("hellx xello hell ello world foo bar hello HELLO"); in TEST() local
502 {LongStr, "hello", 0U, 36U, 36U}, in TEST()
503 {LongStr, "foo", 0U, 28U, 28U}, in TEST()
504 {LongStr, "hell", 2U, 12U, 12U}, in TEST()
505 {LongStr, "HELL", 2U, 42U, 12U}, in TEST()
506 {LongStr, "", 0U, 0U, 0U}}; in TEST()