Searched refs:mod_pos (Results 1 – 1 of 1) sorted by relevance
73 size_t mod_pos = format.find_first_of("hl", cur_tok + 1); in print_formatted() local109 size_t l = std::min(mod_pos, spec_pos) - vec_pos - 1; in print_formatted()112 if (mod_pos != std::string::npos) { in print_formatted()115 std::string mod = format.substr(mod_pos, 2); in print_formatted()117 mod_pos = std::string::npos; in print_formatted()119 print_str.erase(vec_pos - cur_tok, std::min(mod_pos, spec_pos) - vec_pos); in print_formatted()