Home
last modified time | relevance | path

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

/external/fmtlib/include/fmt/
Dcolor.h387 to_esc(color.r, buffer + 7, ';'); in ansi_color_escape()
388 to_esc(color.g, buffer + 11, ';'); in ansi_color_escape()
389 to_esc(color.b, buffer + 15, 'm'); in ansi_color_escape()
421 static FMT_CONSTEXPR void to_esc(uint8_t c, Char* out, in to_esc() function