Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp487 …auto flatString1 = JSHandle<EcmaString>(thread, EcmaStringAccessor::Flatten(thread->GetEcmaVM(), s… in FastCompareStrings() local
494 CString str1 = ConvertToString(*flatString1, StringConvertedUsage::LOGICOPERATION); in FastCompareStrings()
505 icu::UnicodeString uString1 = EcmaStringToUString(flatString1); in FastCompareStrings()