Lines Matching refs:cacheable
249 [[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUndefined();
251 if (cacheable) {
267 IcuCacheType type = cacheable ? IcuCacheType::DEFAULT : IcuCacheType::NOT_CACHE;
271 if (cacheable) {
290 locales, options, intl::GlobalFormatterType::DateFormatter, cacheable);
330 [[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUndefined();
332 if (cacheable) {
348 IcuCacheType type = cacheable ? IcuCacheType::DATE : IcuCacheType::NOT_CACHE;
352 if (cacheable) {
371 locales, options, intl::GlobalFormatterType::SimpleDateFormatDate, cacheable);
411 [[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUndefined();
413 if (cacheable) {
429 IcuCacheType type = cacheable ? IcuCacheType::TIME : IcuCacheType::NOT_CACHE;
433 if (cacheable) {
452 locales, options, intl::GlobalFormatterType::SimpleDateFormatTime, cacheable);