Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h112 void *cachedCollator = ecmaVm->GetIcuFormatterFromCache(icuType, cacheEntry); in GetGlobalObject()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h242 void *GetIcuFormatterFromCache(IcuFormatterType type, std::string locale) in GetIcuFormatterFromCache() function
Djs_collator.cpp321 … thread->GetCurrentEcmaContext()->GetIcuFormatterFromCache(IcuFormatterType::COLLATOR, cacheEntry); in GetCachedIcuCollator()
Djs_number_format.cpp700 void *cachedNumberFormatter = thread->GetCurrentEcmaContext()->GetIcuFormatterFromCache( in GetCachedIcuNumberFormatter()
Djs_date_time_format.cpp510 …void *cachedSimpleDateFormat = thread->GetCurrentEcmaContext()->GetIcuFormatterFromCache(type, cac… in GetCachedIcuSimpleDateFormat()