Home
last modified time | relevance | path

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

/reactos/sdk/tools/txt2nls/
H A Dmain.cpp44 std::size_t comment_pos = str.find_first_of(';'); in get_clean_line() local
45 if (comment_pos != std::string::npos) in get_clean_line()
47 str.erase(comment_pos); in get_clean_line()