Searched refs:strResult (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_locale.cpp | 878 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 D | builtins_object_test.cpp | 449 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