i18n_timelength_cache   65 lib/timefmt.c  static size_t i18n_timelength_cache = MAX_I18NTIMELENGTH + 1;
i18n_timelength_cache   85 lib/timefmt.c      if (i18n_timelength_cache <= MAX_I18NTIMELENGTH)
i18n_timelength_cache   86 lib/timefmt.c          return i18n_timelength_cache;
i18n_timelength_cache  124 lib/timefmt.c      i18n_timelength_cache = length;
i18n_timelength_cache  126 lib/timefmt.c      return i18n_timelength_cache;