Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dpdfium_test.cc513 const std::string pages_string = cur_arg.substr(8); in ParseCommandLine() local
514 size_t first_dash = pages_string.find("-"); in ParseCommandLine()
516 std::stringstream(pages_string) >> options->first_page; in ParseCommandLine()
519 std::stringstream(pages_string.substr(0, first_dash)) >> in ParseCommandLine()
521 std::stringstream(pages_string.substr(first_dash + 1)) >> in ParseCommandLine()