Home
last modified time | relevance | path

Searched defs:cacheEntry (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h109 std::string cacheEntry = locales->IsUndefined() ? "" : in GetGlobalObject() local
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp335 std::string cacheEntry = in InitializeCollator() local
349 std::string cacheEntry = locales.IsUndefined() ? "" : EcmaStringAccessor(locales).ToStdString(); in GetCachedIcuCollator() local
Djs_number_format.cpp740 std::string cacheEntry = in InitializeNumberFormat() local
770 …std::string cacheEntry = locales->IsUndefined() ? "" : EcmaStringAccessor(locales.GetTaggedValue()… in GetCachedIcuNumberFormatter() local
Djs_date_time_format.cpp637 std::string cacheEntry = in InitializeDateTimeFormat() local
687 …std::string cacheEntry = locales->IsUndefined() ? "" : EcmaStringAccessor(locales.GetTaggedValue()… in GetCachedIcuSimpleDateFormat() local