Home
last modified time | relevance | path

Searched defs:fieldTypeString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp337 JSHandle<JSTaggedValue> fieldTypeString = globalConst->GetHandledUnitString(); in HWTEST_F_L0() local
417 JSHandle<JSTaggedValue> fieldTypeString = JSLocale::GetNumberFieldType(thread, x, fieldId); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp970 const JSHandle<JSTaggedValue> &fieldTypeString, in PutElement()