Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp40 static const std::string SPACE = " "; variable
41 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 …]
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp656 …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()
Djs_date.h186 static constexpr char SPACE = ' '; variable
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js31035 t[t.SPACE = 32] = "SPACE";