Searched refs:NormDateTimeRange (Results 1 – 3 of 3) sorted by relevance
158 …static JSHandle<EcmaString> NormDateTimeRange(JSThread *thread, const JSHandle<JSDateTimeFormat> &…
956 JSHandle<EcmaString> JSDateTimeFormat::NormDateTimeRange(JSThread *thread, const JSHandle<JSDateTim… in NormDateTimeRange() function in panda::ecmascript::JSDateTimeFormat
274 JSHandle<EcmaString> result = JSDateTimeFormat::NormDateTimeRange(thread, dtf, x, y); in FormatRange()