Home
last modified time | relevance | path

Searched defs:months (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arraysortcase/
Darraysortcase.js16 const months = ['March', 'Jan', 'Feb', 'Dec']; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_relative_time_format.cpp200 JSHandle<EcmaString> months = JSHandle<EcmaString>::Cast(globalConst->GetHandledMonthsString()); in SingularUnitToIcuUnit() local
314 JSHandle<EcmaString> months = JSHandle<EcmaString>::Cast(globalConst->GetHandledMonthsString()); in SingularUnitString() local
/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dsharedarray.ts351 const months = new SendableArray<string>('March', 'Jan', 'Feb', 'Dec'); constant
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js153 const months = ["Mar", "Jan", "Feb", "Dec"]; variable