Searched refs:narrow_first (Results 1 – 1 of 1) sorted by relevance
126 char* const narrow_first = narrow_buffer; in write_string_to_console() local127 char* const narrow_last = narrow_first + narrow_buffer_count; in write_string_to_console()131 char* narrow_it = narrow_first; in write_string_to_console()143 …DWORD const bytes_to_write = static_cast<DWORD>(narrow_it - narrow_first - 1); // Account for null… in write_string_to_console()