Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp237 static std::string COLON = ":"; in ParseCommand() local
456 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand()
460 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand()
464 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand()
468 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand()
472 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand()
479 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand()
Djs_date.cpp695 …tr = weekday + SPACE + month + SPACE + day + SPACE + year + SPACE + hour + COLON + minute + COLON + in ToDateString()
721 …year + NEG + month + NEG + day + FLAG_TIME + hour + COLON + minute + COLON + second + POINT + ms +… in ToISOString()
756 …tr = weekday + SPACE + month + SPACE + day + SPACE + year + SPACE + hour + COLON + minute + COLON + in ToString()
782 CString str = hour + COLON + minute + COLON + second + SPACE + "GMT" + localTime; in ToTimeString()
807 …kday + COMMA + SPACE + day + SPACE + month + SPACE + year + SPACE + hour + COLON + minute + COLON + in ToUTCString()
Djs_date.h187 static constexpr char COLON = ':'; variable