Searched refs:SPACES (Results 1 – 2 of 2) sorted by relevance
26 char const* SPACES = " "; variable27 const int SPACE_COUNT = strlen(SPACES);124 fwrite(SPACES, SPACE_COUNT, 1, mOut); in print_indent()127 fwrite(SPACES + SPACE_COUNT - indent, indent, 1, mOut); in print_indent()
521 const std::vector<uint16_t> SPACES = { in TEST() local529 for (uint16_t sp : SPACES) { in TEST()