Lines Matching refs:locale
331 void SetDefaultLocale(const std::string& locale)
333 defaultLocale_ = locale;
377 void SetIcuFormatterToCache(IcuFormatterType type, const std::string &locale, void *icuObj,
380 EcmaContext::IcuFormatter icuFormatter = IcuFormatter(locale, icuObj, deleteEntry);
384 ARK_INLINE void *GetIcuFormatterFromCache(IcuFormatterType type, std::string &locale)
387 if (icuFormatter.locale == locale) {
732 std::string locale;
737 IcuFormatter(const std::string &locale, void *icuObj, NativePointerCallback deleteEntry = nullptr)
738 : locale(locale), icuObj(icuObj), deleteEntry(deleteEntry) {}