Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dpdfium_test.cc580 size_t first_dash = pages_string.find("-"); in ParseCommandLine() local
581 if (first_dash == std::string::npos) { in ParseCommandLine()
585 std::stringstream(pages_string.substr(0, first_dash)) >> in ParseCommandLine()
587 std::stringstream(pages_string.substr(first_dash + 1)) >> in ParseCommandLine()