Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp833 std::string strResult; in InsertOptions() local
835 …tOptionOfString(thread, options, globalConst->GetHandledCalendarString(), emptyValues, &strResult); in InsertOptions()
838 if (!uloc_toLegacyType(uloc_toLegacyKey("ca"), strResult.c_str())) { in InsertOptions()
841 builder->setUnicodeLocaleKeyword("ca", strResult.c_str()); in InsertOptions()
845 …OptionOfString(thread, options, globalConst->GetHandledCollationString(), emptyValues, &strResult); in InsertOptions()
848 if (!uloc_toLegacyType(uloc_toLegacyKey("co"), strResult.c_str())) { in InsertOptions()
851 builder->setUnicodeLocaleKeyword("co", strResult.c_str()); in InsertOptions()
855 hourCycleValues, &strResult); in InsertOptions()
858 if (!uloc_toLegacyType(uloc_toLegacyKey("hc"), strResult.c_str())) { in InsertOptions()
861 builder->setUnicodeLocaleKeyword("hc", strResult.c_str()); in InsertOptions()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp473 JSTaggedValue strResult = BuiltinsObject::Is(strCallInfo); in HWTEST_F_L0() local
476 ASSERT_EQ(strResult.GetRawData(), JSTaggedValue::True().GetRawData()); in HWTEST_F_L0()