Searched refs:SPACE (Results 1 – 4 of 4) sorted by relevance
40 static const std::string SPACE = " "; variable41 static const std::string BLOCK_AND_ARRAY_START = BLOCK_START + SPACE + ARRAY_START + SPACE;42 static const std::string VERSION_HEADER = "Profiler Version" + BLOCK_START + SPACE;254 pandaFileInfo += BLOCK_SEPARATOR + SPACE; in ProcessToText()261 pandaFileInfo += (SPACE + ARRAY_END + NEW_LINE); in ProcessToText()426 text += ARRAY_START + SPACE; in ProcessToText()429 text += TYPE_SEPARATOR + SPACE; in ProcessToText()440 text += ARRAY_START + SPACE; in ProcessToText()443 text += TYPE_SEPARATOR + SPACE; in ProcessToText()449 text += ARRAY_START + SPACE; in ProcessToText()[all …]
656 …CString str = weekdayName[fields[WEEKDAY]] + SPACE + monthName[fields[MONTH]] + SPACE + day + SPAC… in ToDateString()693 …CString str = weekday + SPACE + month + SPACE + day + SPACE + year + SPACE + hour + COLON + minute… in ToDateString()694 second + SPACE + "GMT" + localTime; in ToDateString()754 …CString str = weekday + SPACE + month + SPACE + day + SPACE + year + SPACE + hour + COLON + minute… in ToString()755 second + SPACE + "GMT" + localTime; in ToString()780 CString str = hour + COLON + minute + COLON + second + SPACE + "GMT" + localTime; in ToTimeString()805 …CString str = weekday + COMMA + SPACE + day + SPACE + month + SPACE + year + SPACE + hour + COLON … in ToUTCString()806 second + SPACE + "GMT"; in ToUTCString()
186 static constexpr char SPACE = ' '; variable
31035 t[t.SPACE = 32] = "SPACE";