Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_date.h173 static void AppendStrToTargetLength(const CString &str, int length, CString &target);
185 AppendStrToTargetLength(cStr, length, str); in ConvertAndAppend()
Djs_date.cpp630 void JSDate::AppendStrToTargetLength(const CString &str, int length, CString &target) in AppendStrToTargetLength() function in panda::ecmascript::JSDate