JDK-8190918 et al added a method to retrieve integer values for calendar data, which when exercised early can be cause for a small startup regression. Instead of splitting and streaming over the data string, we can scan for the first region match and back-track to parse the preceding integer.