Searched refs:GetIcuFormatterFromCache (Results 1 – 5 of 5) sorted by relevance
112 void *cachedCollator = ecmaVm->GetIcuFormatterFromCache(icuType, cacheEntry); in GetGlobalObject()
242 void *GetIcuFormatterFromCache(IcuFormatterType type, std::string locale) in GetIcuFormatterFromCache() function
321 … thread->GetCurrentEcmaContext()->GetIcuFormatterFromCache(IcuFormatterType::COLLATOR, cacheEntry); in GetCachedIcuCollator()
700 void *cachedNumberFormatter = thread->GetCurrentEcmaContext()->GetIcuFormatterFromCache( in GetCachedIcuNumberFormatter()
510 …void *cachedSimpleDateFormat = thread->GetCurrentEcmaContext()->GetIcuFormatterFromCache(type, cac… in GetCachedIcuSimpleDateFormat()