Searched refs:cachedSubstringTree (Results 1 – 1 of 1) sorted by relevance
3503 private static volatile Entry<Integer, SubstringTree> cachedSubstringTree; field in DateTimeFormatterBuilder.ZoneIdPrinterParser3557 Entry<Integer, SubstringTree> cached = cachedSubstringTree; in parse()3560 cached = cachedSubstringTree; in parse()3562 …cachedSubstringTree = cached = new SimpleImmutableEntry<Integer, SubstringTree>(regionIdsSize, pre… in parse()