Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp488 …auto flatString2 = JSHandle<EcmaString>(thread, EcmaStringAccessor::Flatten(thread->GetEcmaVM(), s… in FastCompareStrings() local
497 CString str2 = ConvertToString(*flatString2, StringConvertedUsage::LOGICOPERATION); in FastCompareStrings()
506 icu::UnicodeString uString2 = EcmaStringToUString(flatString2); in FastCompareStrings()