Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-date-time-format.cc794 Isolate::ICUObjectCacheType ConvertToCacheType( in ConvertToCacheType()
798 return Isolate::ICUObjectCacheType::kDefaultSimpleDateFormatForDate; in ConvertToCacheType()
800 return Isolate::ICUObjectCacheType::kDefaultSimpleDateFormatForTime; in ConvertToCacheType()
802 return Isolate::ICUObjectCacheType::kDefaultSimpleDateFormat; in ConvertToCacheType()
811 Isolate::ICUObjectCacheType cache_type = ConvertToCacheType(defaults); in ToLocaleDateTime()
Dintl-objects.cc983 Isolate::ICUObjectCacheType::kDefaultCollator, locales)); in StringLocaleCompare()
1002 Isolate::ICUObjectCacheType::kDefaultCollator, locales, in StringLocaleCompare()
1477 Isolate::ICUObjectCacheType::kDefaultNumberFormat, locales)); in NumberToLocaleString()
1498 Isolate::ICUObjectCacheType::kDefaultNumberFormat, locales, in NumberToLocaleString()
/third_party/node/deps/v8/src/execution/
Disolate.h1432 enum class ICUObjectCacheType{ enum
1437 icu::UMemory* get_cached_icu_object(ICUObjectCacheType cache_type,
1439 void set_icu_object_in_cache(ICUObjectCacheType cache_type,
1442 void clear_cached_icu_object(ICUObjectCacheType cache_type);
Disolate.cc5384 icu::UMemory* Isolate::get_cached_icu_object(ICUObjectCacheType cache_type, in ThrowInternal()
5392 void Isolate::set_icu_object_in_cache(ICUObjectCacheType cache_type, in ThrowInternal()
5399 void Isolate::clear_cached_icu_object(ICUObjectCacheType cache_type) { in ThrowInternal()
5405 clear_cached_icu_object(static_cast<ICUObjectCacheType>(i)); in ThrowInternal()
/third_party/node/deps/v8/src/api/
Dapi.cc9541 i::Isolate::ICUObjectCacheType::kDefaultSimpleDateFormat); in DateTimeConfigurationChangeNotification()
9543 i::Isolate::ICUObjectCacheType::kDefaultSimpleDateFormatForTime); in DateTimeConfigurationChangeNotification()
9545 i::Isolate::ICUObjectCacheType::kDefaultSimpleDateFormatForDate); in DateTimeConfigurationChangeNotification()