Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.cpp878 std::string strResult; in InsertOptions() local
880 JSLocale::GetOptionOfString(thread, options, globalConst->GetHandledCalendarString(), emptyValues, &strResult); in InsertOptions()
883 if (!uloc_toLegacyType(uloc_toLegacyKey("ca"), strResult.c_str())) { in InsertOptions()
887 builder->setUnicodeLocaleKeyword("ca", strResult.c_str()); in InsertOptions()
891 JSLocale::GetOptionOfString(thread, options, globalConst->GetHandledCollationString(), emptyValues, &strResult); in InsertOptions()
894 if (!uloc_toLegacyType(uloc_toLegacyKey("co"), strResult.c_str())) { in InsertOptions()
898 builder->setUnicodeLocaleKeyword("co", strResult.c_str()); in InsertOptions()
902 JSLocale::HOUR_CYCLE, &strResult); in InsertOptions()
905 if (!uloc_toLegacyType(uloc_toLegacyKey("hc"), strResult.c_str())) { in InsertOptions()
909 builder->setUnicodeLocaleKeyword("hc", strResult in InsertOptions()
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp449 JSTaggedValue strResult = BuiltinsObject::Is(strCallInfo); in HWTEST_F_L0() local
452 ASSERT_EQ(strResult.GetRawData(), JSTaggedValue::True().GetRawData()); in HWTEST_F_L0()

Completed in 6 milliseconds